OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

tosca message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (TOSCA-283) Norm. Cap. Type "Endpoint.initiator" missing required=false in schema defn.


Matthew Rutkowski created TOSCA-283:
---------------------------------------

             Summary: Norm. Cap. Type "Endpoint.initiator" missing required=false in schema defn.
                 Key: TOSCA-283
                 URL: https://issues.oasis-open.org/browse/TOSCA-283
             Project: OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC
          Issue Type: Bug
          Components: Profile-YAML
    Affects Versions: V1.1_CSD04
            Reporter: Matthew Rutkowski


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".





--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]