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-301) Wrong grammar definition pointing to non existent type


     [ https://issues.oasis-open.org/browse/TOSCA-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew Rutkowski updated TOSCA-301:
------------------------------------

    Issue Type: Improvement  (was: Bug)

> Wrong grammar definition pointing to non existent type
> ------------------------------------------------------
>
>                 Key: TOSCA-301
>                 URL: https://issues.oasis-open.org/browse/TOSCA-301
>             Project: OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC
>          Issue Type: Improvement
>          Components: Profile-YAML
>    Affects Versions: V1.1_CSD04
>            Reporter: Luca Gioppo
>
> At line 1369 we have the grammar definition of properties and we have:
> <property_name>:
>   type: <property_type> 
>   description: <property_description>
>   required: <property_required>
>   default: <default_value>
>   status: <status_value>
>   constraints: 
>     - <property_constraints>
> It should be more proper to write:
> <property_name>:
>   type: <YAML Type> 
>   description: <description definition>
>   required: <YAML_BOOLEAN>
>   default: <default_value>
>   status: <property_status_value>
> etc....
> We do not have ANY "property_type" but a "YAML type"



--
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]