Skip to content

Duplicate keys in UNECE-BSPContextCCL.json #1

@kshychko

Description

@kshychko

There are duplicate keys in UNECE-BSPContextCCL.json:

'noteType' :

    "noteType": {
      "title": "Note. Details",
      "description": "A textual or coded description, such as a remark or additional information.",
      "uncefact:type": "AggregateBIE",
      "uncefact:cefactUNId": "UN01002519",
      "uncefact:cefactBusinessProcess": "In All Contexts",
      "type": "object",
      "properties": { ... },
      "$ref": "UNECE-BasicComponents.json#/$defs/extensibleType",
      "unevaluatedProperties": false
    }

and

    "noteType": {
      "title": "Specified_ Note. Details",
      "description": "A specified textual or coded description, such as a remark or additional information.",
      "uncefact:type": "AggregateBIE",
      "uncefact:cefactUNId": "UN01015368",
      "uncefact:cefactBusinessProcess": "In All Contexts",
      "type": "object",
      "properties": { ... },
      "$ref": "UNECE-BasicComponents.json#/$defs/extensibleType",
      "unevaluatedProperties": false
    }

'subordinateLocationType':

    "subordinateLocationType": {
      "title": "Subordinate Subordinate_ Location. Details",
      "description": "A physical location or place which is a subordinate location of a subordinate location.",
      "uncefact:type": "AggregateBIE",
      "uncefact:cefactUNId": "UN01004087",
      "uncefact:cefactBusinessProcess": "In All Contexts",
      "type": "object",
      "properties": { ... },
      "$ref": "UNECE-BasicComponents.json#/$defs/extensibleType",
      "unevaluatedProperties": false
    }

and

    "subordinateLocationType": {
      "title": "Subordinate_ Location. Details",
      "description": "A physical location or place which is a subordinate location of a location.",
      "uncefact:type": "AggregateBIE",
      "uncefact:cefactUNId": "UN01004092",
      "uncefact:cefactBusinessProcess": "In All Contexts",
      "type": "object",
       "properties": { ... },
      "$ref": "UNECE-BasicComponents.json#/$defs/extensibleType",
      "unevaluatedProperties": false
    }

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions