Commit ce74166c authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Removing extra colon in "type"

parent bf9b7355
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ETSI TS 103 705 Response",
  "description": "Overall Response structure, representing the results of a lawful disclosure request (see clause 5)",
  "type:": "object",
  "type": "object",
  "properties": {
    "recordSetDescription": {
      "$ref": "#/$defs/recordSetDescription"