Commit 19d4eb46 authored by Frank Fransen's avatar Frank Fransen
Browse files

Update file etsi_types.schema.json

parent 1774424c
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1007,10 +1007,9 @@
    },
    "RelatedRecords": {
      "type": "array",
      "description": "Array to allows one Record in a RecordSet to point to multiple Records in the same RecordSet."
      "description": "Array to allows one Record in a RecordSet to point to multiple Records in the same RecordSet.",
      "items": {
        "$ref": "#/$defs/Pointer",

        "$ref": "#/$defs/Pointer"
      }
    }
  }