-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: V1.1_CSD04
-
Fix Version/s: None
-
Component/s: Profile-YAML
-
Labels:None
-
Proposal:
-
Resolution:
he definition in the TOSCA v1.0 Simple Profile for "Endpoint" Capability type has "initiator" listed as a non-required property; however the schema does not have the key "required" at all.
The schema today reads:
tosca.capabilities.Endpoint:
derived_from: tosca.capabilities.Root
properties:
...
initiator:
type: string
default: source
constraints:
- valid_values: [ source, target, peer ]
we should add "required: false".