← Prev in month ← Prev in thread

[OASIS Issue Tracker] (CAMP-221) CharacteristicSpecification schema is incorrect

From
OASIS Issues Tracker <>
Date
2017-03-15T23:29:44+00:00
ID
Thread
[OASIS Issue Tracker] (CAMP-221) CharacteristicSpecification schema is incorrect
Anish Karmarkar created CAMP-221:
------------------------------------

             Summary: CharacteristicSpecification schema is incorrect
                 Key: CAMP-221
                 URL: https://issues.oasis-open.org/browse/CAMP-221
             Project: OASIS Cloud Application Management for Platforms (CAMP) TC
          Issue Type: Bug
          Components: Spec
    Affects Versions: 1.2
            Reporter: Anish Karmarkar
            Assignee: Anish Karmarkar
            Priority: Critical


CharacteristicSpecfication (for both YAML and JSON) schema is incorrect.
It says the following for YAML (4.3.7):
-----
type: String
String: String *
-----
and the following for JSON (5.13):
-----
"characteristics": [
    {
      type: String,
      String: String *
    } +
  ] ?,
-----
It is not clear why there is an attribute name called 'String'. A JSON attribute name must be unique therefore the cardinality of "*" is not possible. It is also not clear why the value must be a 'String' (and not something like Number)



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
← Prev in month ← Prev in thread