Commit 53112d6e authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Fixing refs

parent c0070238
Loading
Loading
Loading
Loading
Loading
+12 −12
Original line number Original line Diff line number Diff line
{
{
  "$id": "authorisation.json",
  "$id": "TS_103_120_authorisation.json",
  "$defs": {
  "$defs": {
    "AuthorisationObject": {
    "AuthorisationObject": {
      "type": "object",
      "type": "object",
@@ -9,7 +9,7 @@
          "enum": "{http://uri.etsi.org/03120/common/2020/09/Authorisation}AuthorisationObject"
          "enum": "{http://uri.etsi.org/03120/common/2020/09/Authorisation}AuthorisationObject"
        },
        },
        "ObjectIdentifier": {
        "ObjectIdentifier": {
          "$ref": "core.json#/$defs/ObjectIdentifier"
          "$ref": "TS_103_120_core.json#/$defs/ObjectIdentifier"
        },
        },
        "CountryCode": {
        "CountryCode": {
          "$ref": "etsi103280.json#/$defs/ISOCountryCode"
          "$ref": "etsi103280.json#/$defs/ISOCountryCode"
@@ -25,28 +25,28 @@
          "$ref": "etsi103280.json#/$defs/LongString"
          "$ref": "etsi103280.json#/$defs/LongString"
        },
        },
        "AssociatedObjects": {
        "AssociatedObjects": {
          "$ref": "core.json#/$defs/AssociatedObjects"
          "$ref": "TS_103_120_core.json#/$defs/AssociatedObjects"
        },
        },
        "LastChanged": {
        "LastChanged": {
          "$ref": "etsi103280.json#/$defs/QualifiedDateTime"
          "$ref": "etsi103280.json#/$defs/QualifiedDateTime"
        },
        },
        "NationalHandlingParameters": {
        "NationalHandlingParameters": {
          "$ref": "core.json#/$defs/NationalHandlingParameters"
          "$ref": "TS_103_120_core.json#/$defs/NationalHandlingParameters"
        },
        },
        "AuthorisationReference": {
        "AuthorisationReference": {
          "$ref": "etsi103280.json#/$defs/LongString"
          "$ref": "etsi103280.json#/$defs/LongString"
        },
        },
        "AuthorisationLegalType": {
        "AuthorisationLegalType": {
          "$ref": "common.json#/$defs/DictionaryEntry"
          "$ref": "TS_103_120_common.json#/$defs/DictionaryEntry"
        },
        },
        "AuthorisationPriority": {
        "AuthorisationPriority": {
          "$ref": "common.json#/$defs/DictionaryEntry"
          "$ref": "TS_103_120_common.json#/$defs/DictionaryEntry"
        },
        },
        "AuthorisationStatus": {
        "AuthorisationStatus": {
          "$ref": "common.json#/$defs/DictionaryEntry"
          "$ref": "TS_103_120_common.json#/$defs/DictionaryEntry"
        },
        },
        "AuthorisationDesiredStatus": {
        "AuthorisationDesiredStatus": {
          "$ref": "common.json#/$defs/DictionaryEntry"
          "$ref": "TS_103_120_common.json#/$defs/DictionaryEntry"
        },
        },
        "AuthorisationTimespan": {
        "AuthorisationTimespan": {
          "$ref": "#/$defs/AuthorisationTimespan"
          "$ref": "#/$defs/AuthorisationTimespan"
@@ -66,11 +66,11 @@
        "AuthorisationApprovalDetails": {
        "AuthorisationApprovalDetails": {
          "type": "array",
          "type": "array",
          "items": {
          "items": {
            "$ref": "common.json#/$defs/ApprovalDetails"
            "$ref": "TS_103_120_common.json#/$defs/ApprovalDetails"
          }
          }
        },
        },
        "AuthorisationInvalidReason": {
        "AuthorisationInvalidReason": {
          "$ref": "core.json#/$defs/ActionUnsuccesfulInformation"
          "$ref": "TS_103_120_core.json#/$defs/ActionUnsuccesfulInformation"
        },
        },
        "AuthorisationFlags": {
        "AuthorisationFlags": {
          "$ref": "#/$defs/AuthorisationFlags"
          "$ref": "#/$defs/AuthorisationFlags"
@@ -93,7 +93,7 @@
        "AuthorisationFlag": {
        "AuthorisationFlag": {
          "type": "array",
          "type": "array",
          "items": {
          "items": {
            "$ref": "common.json#/$defs/DictionaryEntry"
            "$ref": "TS_103_120_common.json#/$defs/DictionaryEntry"
          }
          }
        }
        }
      },
      },
@@ -117,7 +117,7 @@
        "CSPID": {
        "CSPID": {
          "type": "array",
          "type": "array",
          "items": {
          "items": {
            "$ref": "core.json#/$defs/EndpointID"
            "$ref": "TS_103_120_core.json#/$defs/EndpointID"
          },
          },
          "minItems": 1
          "minItems": 1
        }
        }
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "$id": "common.json",
  "$id": "TS_103_120_common.json",
  "$defs": {
  "$defs": {
    "ETSIVersion": {
    "ETSIVersion": {
      "allOf": [
      "allOf": [
+12 −9
Original line number Original line Diff line number Diff line
{
{
  "$id": "core.json",
  "$id": "TS_103_120_core.json",
  "$defs": {
  "$defs": {
    "ObjectIdentifier": {
    "ObjectIdentifier": {
      "$ref": "etsi103280.json#/$defs/UUID"
      "$ref": "etsi103280.json#/$defs/UUID"
@@ -12,6 +12,9 @@
        },
        },
        "Payload": {
        "Payload": {
          "$ref": "#/$defs/MessagePayload"
          "$ref": "#/$defs/MessagePayload"
        },
        "Signature": {
          "$ref": "xmldsig.json#/$defs/SignatureType"
        }
        }
      },
      },
      "required": [
      "required": [
@@ -50,7 +53,7 @@
      "type": "object",
      "type": "object",
      "properties": {
      "properties": {
        "ETSIVersion": {
        "ETSIVersion": {
          "$ref": "common.json#/$defs/ETSIVersion"
          "$ref": "TS_103_120_common.json#/$defs/ETSIVersion"
        },
        },
        "NationalProfileOwner": {
        "NationalProfileOwner": {
          "$ref": "etsi103280.json#/$defs/ShortString"
          "$ref": "etsi103280.json#/$defs/ShortString"
@@ -406,7 +409,7 @@
      "type": "object",
      "type": "object",
      "properties": {
      "properties": {
        "ObjectType": {
        "ObjectType": {
          "$ref": "common.json#/$defs/DictionaryEntry"
          "$ref": "TS_103_120_common.json#/$defs/DictionaryEntry"
        },
        },
        "LastChanged": {
        "LastChanged": {
          "$ref": "etsi103280.json#/$defs/QualifiedDateTime"
          "$ref": "etsi103280.json#/$defs/QualifiedDateTime"
@@ -430,7 +433,7 @@
      "type": "object",
      "type": "object",
      "properties": {
      "properties": {
        "ObjectType": {
        "ObjectType": {
          "$ref": "common.json#/$defs/DictionaryEntry"
          "$ref": "TS_103_120_common.json#/$defs/DictionaryEntry"
        },
        },
        "Identifier": {
        "Identifier": {
          "$ref": "#/$defs/ObjectIdentifier"
          "$ref": "#/$defs/ObjectIdentifier"
@@ -559,19 +562,19 @@
    "OneOfHI1Object": {
    "OneOfHI1Object": {
      "oneOf": [
      "oneOf": [
        {
        {
          "$ref": "authorisation.json#/$defs/AuthorisationObject"
          "$ref": "TS_103_120_authorisation.json#/$defs/AuthorisationObject"
        },
        },
        {
        {
          "$ref": "task.json#/$defs/LITaskObject"
          "$ref": "TS_103_120_task.json#/$defs/LITaskObject"
        },
        },
        {
        {
          "$ref": "task.json#/$defs/LDTaskObject"
          "$ref": "TS_103_120_task.json#/$defs/LDTaskObject"
        },
        },
        {
        {
          "$ref": "document.json#/$defs/DocumentObject"
          "$ref": "TS_103_120_document.json#/$defs/DocumentObject"
        },
        },
        {
        {
          "$ref": "notification.json#/$defs/NotificationObject"
          "$ref": "TS_103_120_notification.json#/$defs/NotificationObject"
        }
        }
      ]
      ]
    }
    }
+5 −5
Original line number Original line Diff line number Diff line
{
{
  "$id": "delivery.json",
  "$id": "TS_103_120_delivery.json",
  "$defs": {
  "$defs": {
    "DeliveryObject": {
    "DeliveryObject": {
      "type": "object",
      "type": "object",
@@ -9,7 +9,7 @@
          "enum": "{http://uri.etsi.org/03120/common/2019/10/Delivery}DeliveryObject"
          "enum": "{http://uri.etsi.org/03120/common/2019/10/Delivery}DeliveryObject"
        },
        },
        "ObjectIdentifier": {
        "ObjectIdentifier": {
          "$ref": "core.json#/$defs/ObjectIdentifier"
          "$ref": "TS_103_120_core.json#/$defs/ObjectIdentifier"
        },
        },
        "CountryCode": {
        "CountryCode": {
          "$ref": "etsi103280.json#/$defs/ISOCountryCode"
          "$ref": "etsi103280.json#/$defs/ISOCountryCode"
@@ -25,13 +25,13 @@
          "$ref": "etsi103280.json#/$defs/LongString"
          "$ref": "etsi103280.json#/$defs/LongString"
        },
        },
        "AssociatedObjects": {
        "AssociatedObjects": {
          "$ref": "core.json#/$defs/AssociatedObjects"
          "$ref": "TS_103_120_core.json#/$defs/AssociatedObjects"
        },
        },
        "LastChanged": {
        "LastChanged": {
          "$ref": "etsi103280.json#/$defs/QualifiedDateTime"
          "$ref": "etsi103280.json#/$defs/QualifiedDateTime"
        },
        },
        "NationalHandlingParameters": {
        "NationalHandlingParameters": {
          "$ref": "core.json#/$defs/NationalHandlingParameters"
          "$ref": "TS_103_120_core.json#/$defs/NationalHandlingParameters"
        },
        },
        "Reference": {
        "Reference": {
          "$ref": "#/$defs/Reference"
          "$ref": "#/$defs/Reference"
@@ -90,7 +90,7 @@
          "type": "object",
          "type": "object",
          "properties": {
          "properties": {
            "Specification": {
            "Specification": {
              "$ref": "common.json#/$defs/DictionaryEntry"
              "$ref": "TS_103_120_common.json#/$defs/DictionaryEntry"
            }
            }
          },
          },
          "required": [
          "required": [
Loading