Commit 86176945 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Updating typesUsed

parent e123cba0
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{
    "recordSetDescription" : {
        "typesUsed" : {
            "type1" : "uri://example.com/schema1.schema.json",
            "type2" : "uri://example.com/schema2.schema.json"
            "Subscription" : "http://example.com/csp_a/response#/$defs/extendedSubscriberRecord"
        }
    },
    "recordSet" : [
+2 −2
Original line number Diff line number Diff line
{
    "recordSetDescription" : {
        "typesUsed" : {
            "type1" : "uri://example.com/schema1.schema.json",
            "type2" : "uri://example.com/schema2.schema.json"
            "Subscriber" : "http://example.com/csp_a/response#/$defs/extendedSubscriberRecord",
            "Person" : "http://etsi.org/temp/705/entities/$defs/PersonDetails"
        }
    },
    "recordSet" : [
+16 −12
Original line number Diff line number Diff line
@@ -22,9 +22,10 @@
      "title": "RecordSetDescription",
      "description": "Provides metadata about the records being delivered (see clause 5.2)",
      "properties": {
        "typesUsed": {
          
        }
        "resultSetId" : { "$ref" : "#/$defs/resultSetId"},
        "version" : {"$ref" : "#/defs/version"},
        "created" : {"$ref" : "http://etsi.org/temp/280#/$defs/QualifiedMicrosecondDateTime"},
        "typesUsed": { "$ref" : "#/$defs/typesUsed"}
      },
      "required": [
        "typesUsed"
@@ -67,7 +68,10 @@
          "type": "string"
        }
      },
      "required": ["id", "type"]
      "required": [
        "id",
        "type"
      ]
    }
  }
}
 No newline at end of file