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

Matching doc

parent 2000b4ee
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{
    "recordSetDescription": {
        "schemaId": "etsi.org/ts_103_705/1.1.1",
        "etsiSchemaId": "etsi.org/ts_103_705/1.1.1",
        "etsiVersion": "1.1.1",
        "cspSchemaId" : "csp.example_1",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
        "queryReference": "LDID",
        "created": "2024-04-25T09:31:56.000000Z"
+3 −1
Original line number Diff line number Diff line
{
    "recordSetDescription": {
        "schemaId": "etsi.org/ts_103_705/1.1.1",
        "etsiSchemaId": "etsi.org/ts_103_705/1.1.1",
        "etsiVersion": "1.1.1",
        "cspSchemaId" : "csp.example_2",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
        "queryReference": "LDID",
        "created": "2024-04-25T09:31:56.000000Z"
+3 −1
Original line number Diff line number Diff line
{
    "recordSetDescription": {
        "schemaId": "etsi.org/ts_103_705/1.1.1",
        "etsiSchemaId": "etsi.org/ts_103_705/1.1.1",
        "etsiVersion": "1.1.1",
        "cspSchemaId" : "csp.example_3",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
        "queryReference": "LDID",
        "created": "2024-04-25T09:31:56.000000Z"
+3 −1
Original line number Diff line number Diff line
{
    "recordSetDescription": {
        "schemaId": "etsi.org/ts_103_705/1.1.1",
        "etsiSchemaId": "etsi.org/ts_103_705/1.1.1",
        "etsiVersion": "1.1.1",
        "cspSchemaId" : "csp.example_4",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
        "queryReference": "LDID",
        "created": "2024-04-25T09:31:56.000000Z"
+13 −2
Original line number Diff line number Diff line
@@ -22,7 +22,16 @@
      "title": "RecordSetDescription",
      "description": "Provides metadata about the records being delivered (see clause 5.2)",
      "properties": {
        "schemaId": {
        "etsiSchemaId": {
          "description" : "ID of the ETSI JSON schema used by the Response (see clause 5.2.1)",
          "$ref": "#/$defs/schemaId"
        },
        "etsiVersion": {
          "description" : "Version of ETSI TS 103 705 usd by the Response (see clause 5.2.3)",
          "$ref": "#/$defs/schemaId"
        },
        "cspSchemaId" : {
          "description" : "ID of CSP Record Schema usd by the Response (see clause 5.2.4)",
          "$ref": "#/$defs/schemaId"
        },
        "resultSetId": {
@@ -36,7 +45,9 @@
        }
      },
      "required": [
        "schemaId",
        "etsiSchemaId",
        "etsiVersion",
        "cspSchemaId",
        "resultSetId",
        "queryReference",
        "created"