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

Adding cspName to schema definitions, and example results

parent 99d1fee2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@
    "recordSetDescription": {
    "recordSetDescription": {
        "etsiSchemaId": "urn:etsi:li:103705:response-schema-id:v1.1.1",
        "etsiSchemaId": "urn:etsi:li:103705:response-schema-id:v1.1.1",
        "etsiSpecificationVersion": "0.3.0",
        "etsiSpecificationVersion": "0.3.0",
        "cspName" : "csp.example.com",
        "cspSchemaId" : "csp.example_1",
        "cspSchemaId" : "csp.example_1",
        "cspSchemaVersion" : "1.0.0",
        "cspSchemaVersion" : "1.0.0",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
+1 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,7 @@
  "title": "CSP Record Schema",
  "title": "CSP Record Schema",
  "description": "Defines the valid set of Records that may appear in a RecordSet (see ETSI TS 103 705 clause 6.2.4)",
  "description": "Defines the valid set of Records that may appear in a RecordSet (see ETSI TS 103 705 clause 6.2.4)",
  "cspSchemaID" : "csp.example_2",
  "cspSchemaID" : "csp.example_2",
  "cspName" : "csp.example.com",  
  "dateIssued" : "2024-04-024T09:00:01Z",
  "dateIssued" : "2024-04-024T09:00:01Z",
  "version" : "1.1.1",
  "version" : "1.1.1",
  "$defs": {
  "$defs": {
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@
    "recordSetDescription": {
    "recordSetDescription": {
        "etsiSchemaId": "urn:etsi:li:103705:response-schema-id:v1.1.1",
        "etsiSchemaId": "urn:etsi:li:103705:response-schema-id:v1.1.1",
        "etsiSpecificationVersion": "0.3.0",
        "etsiSpecificationVersion": "0.3.0",
        "cspName" : "csp.example.com",        
        "cspSchemaId" : "csp.example_2",
        "cspSchemaId" : "csp.example_2",
        "cspSchemaVersion" : "1.0.0",
        "cspSchemaVersion" : "1.0.0",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
+1 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,7 @@
  "title": "CSP Record Schema",
  "title": "CSP Record Schema",
  "description": "Defines the valid set of Records that may appear in a RecordSet (see ETSI TS 103 705 clause 6.2.4)",
  "description": "Defines the valid set of Records that may appear in a RecordSet (see ETSI TS 103 705 clause 6.2.4)",
  "cspSchemaID" : "csp.example_3",
  "cspSchemaID" : "csp.example_3",
  "cspName" : "csp.example.com", 
  "dateIssued" : "2024-04-024T09:00:01Z",
  "dateIssued" : "2024-04-024T09:00:01Z",
  "version" : "1.1.1",
  "version" : "1.1.1",
  "$defs": {
  "$defs": {
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@
    "recordSetDescription": {
    "recordSetDescription": {
        "etsiSchemaId": "urn:etsi:li:103705:response-schema-id:v1.1.1",
        "etsiSchemaId": "urn:etsi:li:103705:response-schema-id:v1.1.1",
        "etsiSpecificationVersion": "0.3.0",
        "etsiSpecificationVersion": "0.3.0",
        "cspName" : "csp.example.com",        
        "cspSchemaId" : "csp.example_3",
        "cspSchemaId" : "csp.example_3",
        "cspSchemaVersion" : "1.0.0",
        "cspSchemaVersion" : "1.0.0",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
        "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2",
Loading