Commit 68038f10 authored by Frank Fransen's avatar Frank Fransen
Browse files

Update file etsi_types.schema.json

parent aee7d1c5
Loading
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -713,6 +713,13 @@
        }
      }
    },
    "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"
      }
    },
    "SubscriberInformationRecord": {
      "type": "object",
      "title": "Subscriber data: subscriber information",
@@ -754,11 +761,11 @@
        "relatedRecords": {
          "$ref": "#/$defs/RelatedRecords",
          "description": "Pointers to related Records in the RecordSet"
        }
        },
        "required": [
          "subscriber"
        ]
      }
    },
    "RegistrationInformationRecord": {
      "type": "object",
@@ -1004,13 +1011,6 @@
          "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"
      }
    }
  }
}
 No newline at end of file