• Type: Bug
    • Resolution: Fixed
    • Priority: Critical
    • 1.2
    • Affects Version/s: 1.2
    • Component/s: Spec
    • None
    • Hide

      Replace "String: String*" in YAML with:
      "<name> : <value>*"
      and for JSON:
      "characteristics": [

      { type: String, <name>: <value> * }

      +
      ] ?,"

      Show
      Replace "String: String*" in YAML with: "<name> : <value>*" and for JSON: "characteristics": [ { type: String, <name>: <value> * } + ] ?,"

      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)

            Assignee:
            Anish Karmarkar (Inactive)
            Reporter:
            Anish Karmarkar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: