-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Assignees
Labels
No labels