"description":"Mapping between type identifiers (see clause 5.3.3) and JSON schema identifiers. Described in clause 5.2.2.",
"description":"Mapping between type identifiers (see clause 5.3.3) and JSON schema identifiers. Described in clause 5.2.2.",
"patternProperties":{
"":{
"$ref":"#/$defs/schemaReference"
...
...
@@ -46,7 +47,7 @@
"recordSet":{
"type":"array",
"title":"RecordSet",
"description":"RecordSet type (see clause 5.3.1). Contains a set of Records.",
"description":"RecordSet type (see clause 5.3.1). Contains a set of Records.",
"items":{
"$ref":"#$defs/record"
}
...
...
@@ -54,20 +55,23 @@
"record":{
"type":"object",
"title":"Record",
"description":"Record type (see clause 5.3.1). It is expected that each CSP schema will provide a concrete set of extended Record types that may be used here, each of which shall have a schema referenced using the typesUsed field in the recordDescription",
"description":"Record type (see clause 5.3.1). It is expected that each CSP schema will provide a concrete set of extended Record types that may be used here, each of which shall have a schema referenced using the typesUsed field in the recordDescription",
"properties":{
"id":{
"title":"id",
"description":"Unique identifier for the Record within the RecordSet (see clause 5.3.2).",
"title":"id",
"description":"Unique identifier for the Record within the RecordSet (see clause 5.3.2).",
"type":"string"
},
"type":{
"title":"type",
"description":"Identifier the type of the record (see clause 5.3.3). The value must match one given in the typesUsed field, which in turn must refer to a schema available to the receiver",
"title":"type",
"description":"Identifier the type of the record (see clause 5.3.3). The value must match one given in the typesUsed field, which in turn must refer to a schema available to the receiver",