Commit 464a55ce authored by Frank Fransen's avatar Frank Fransen
Browse files

Update file etsi_types.schema.json

parent 38eb032d
Loading
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -752,6 +752,13 @@
          "description": "Subscriber is either a natural person or an organisation"
        }
      },
      "relatedRecords": {
        "type": "array",
        "items": {
          "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/Pointer",
          "description": "Points to related records in the record set"
        }
      },
      "required": [
        "subscriber"
      ]
@@ -772,6 +779,13 @@
        "identityVerification": {
          "$ref": "#/$defs/IdentityVerification",
          "description": "Details about the identity verification of the registration"
        },
        "relatedRecords": {
          "type": "array",
          "items": {
            "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/Pointer",
            "description": "Points to related records in the record set"
          }
        }
      }
    },
@@ -816,6 +830,13 @@
            "$ref": "#/$defs/Device"
          },
          "description": "List of devices associated to the service"
        },
        "relatedRecords": {
          "type": "array",
          "items": {
            "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/Pointer",
            "description": "Points to related records in the record set"
          }
        }
      }
    },
@@ -839,6 +860,13 @@
        "billingAddress": {
          "$ref": "#/$defs/Address",
          "description": "Billing address registered for the payment"
        },
        "relatedRecords": {
          "type": "array",
          "items": {
            "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/Pointer",
            "description": "Points to related records in the record set"
          }
        }
      }
    },