Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate keys in UNECE-BSPContextCCL.json #1

Open
kshychko opened this issue Jan 9, 2023 · 1 comment
Open

Duplicate keys in UNECE-BSPContextCCL.json #1

kshychko opened this issue Jan 9, 2023 · 1 comment
Assignees

Comments

@kshychko
Copy link

kshychko commented Jan 9, 2023

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
    }
@AP-G
Copy link
Contributor

AP-G commented Jan 12, 2023

Thanks for finding this issue. We are looking for a amendment of the NDR rules for this aspect.

@kshychko kshychko changed the title Duplicate keys in UNECE-BSPContextCCL.json Duplicated keys in UNECE-BSPContextCCL.json Jan 15, 2023
@kshychko kshychko changed the title Duplicated keys in UNECE-BSPContextCCL.json Duplicate keys in UNECE-BSPContextCCL.json Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants