Commit 94f39762 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

JSON schema generation

parent b33bc5dc
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -57,6 +57,9 @@
        },
        },
        "Version": {
        "Version": {
          "$ref": "#/$defs/Version"
          "$ref": "#/$defs/Version"
        },
        "WorkflowIdentifier": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        }
        }
      },
      },
      "required": [
      "required": [
+35 −0
Original line number Original line Diff line number Diff line
@@ -457,6 +457,12 @@
        },
        },
        "task:NationalLDTaskingParameters": {
        "task:NationalLDTaskingParameters": {
          "$ref": "#/$defs/NationalLDTaskingParameters"
          "$ref": "#/$defs/NationalLDTaskingParameters"
        },
        "task:Deadlines": {
          "$ref": "#/$defs/ListOfLDDeadlines"
        },
        "task:ManualInformation": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        }
        }
      },
      },
      "required": [
      "required": [
@@ -759,6 +765,35 @@
      },
      },
      "required": [],
      "required": [],
      "additionalProperties": false
      "additionalProperties": false
    },
    "ListOfLDDeadlines": {
      "type": "object",
      "properties": {
        "task:LDDeadline": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/LDDeadline"
          }
        }
      },
      "required": [],
      "additionalProperties": false
    },
    "LDDeadline": {
      "type": "object",
      "properties": {
        "task:DateTime": {
          "$ref": "ts_103280_2017_07#/$defs/QualifiedDateTime"
        },
        "task:NatureOfDeadline": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        },
        "task:OtherInformation": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        }
      },
      "required": [],
      "additionalProperties": false
    }
    }
  }
  }
}
}
+203 −203

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.