Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 20, 2024
1 parent bb63478 commit ce8946f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions custom_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,22 +315,32 @@ capability_types:
version:
type: list
required: false
entry_schema: version
entry_schema:
type: version
publish_all:
type: boolean
default: false
required: false
publish_ports:
type: list
entry_schema: tosca.datatypes.network.PortSpec
entry_schema:
type: tosca.datatypes.network.PortSpec
required: false
expose_ports:
type: list
entry_schema: tosca.datatypes.network.PortSpec
entry_schema:
type: tosca.datatypes.network.PortSpec
required: false
volumes:
type: list
entry_schema: string
entry_schema:
type: string
required: false
host_id:
type: string
required: false
volume_id:
type: string
required: false

artifact_types:
Expand Down

0 comments on commit ce8946f

Please sign in to comment.