Commit fe661796 authored by Frank Fransen's avatar Frank Fransen
Browse files

Update file etsi_types.schema.json

parent c59bcf30
Loading
Loading
Loading
Loading
Loading
+16 −19
Original line number Diff line number Diff line
@@ -753,11 +753,8 @@
        }
      },
      "relatedRecords": {
        "type": "array",
        "items": {
          "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/Pointer",
          "description": "Points to related Records in the RecordSet"
        }
        "$ref": "#/$defs/RelatedRecords",
        "description": "Pointers to related Records in the RecordSet"
      },
      "required": [
        "subscriber"
@@ -781,11 +778,8 @@
          "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 RecordSet"
          }
          "$ref": "#/$defs/RelatedRecords",
          "description": "Pointers to related Records in the RecordSet"
        }
      }
    },
@@ -832,11 +826,8 @@
          "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 RecordSet"
          }
          "$ref": "#/$defs/RelatedRecords",
          "description": "Pointers to related Records in the RecordSet"
        }
      }
    },
@@ -862,10 +853,8 @@
          "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 RecordSet"
            "$ref": "#/$defs/RelatedRecords",
            "description": "Pointers to related Records in the RecordSet"
          }
        }
      }
@@ -1015,6 +1004,14 @@
          "description": "Personal Unblocking Key for PIN2"
        }
      }
    },
    "RelatedRecords": {
      "type": "array",
      "description": "Array to allows one Record in a RecordSet to point to multiple Records in the same RecordSet."
      "items": {
        "$ref": "#/$defs/Pointer",

      }
    }
  }
}