Commit 9f981102 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Updating JSON specifications

parent 48ba3ec3
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,18 @@
        }
        }
      ]
      ]
    },
    },
    "DictionaryEntries": {
      "type": "object",
      "properties": {
        "common:DictionaryEntry": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DictionaryEntry"
          }
        }
      },
      "required": []
    },
    "DictionaryEntry": {
    "DictionaryEntry": {
      "type": "object",
      "type": "object",
      "properties": {
      "properties": {
+44 −0
Original line number Original line Diff line number Diff line
@@ -254,6 +254,17 @@
              "required": [
              "required": [
                "DELIVER"
                "DELIVER"
              ]
              ]
            },
            {
              "type": "object",
              "properties": {
                "GETCSPCONFIG": {
                  "$ref": "#/$defs/GETCSPCONFIGRequest"
                }
              },
              "required": [
                "GETCSPCONFIG"
              ]
            }
            }
          ]
          ]
        }
        }
@@ -340,6 +351,17 @@
              "required": [
              "required": [
                "DELIVERResponse"
                "DELIVERResponse"
              ]
              ]
            },
            {
              "type": "object",
              "properties": {
                "GETCSPCONFIGResponse": {
                  "$ref": "#/$defs/GETCSPCONFIGResponse"
                }
              },
              "required": [
                "GETCSPCONFIGResponse"
              ]
            }
            }
          ]
          ]
        }
        }
@@ -515,6 +537,28 @@
        "Identifier"
        "Identifier"
      ]
      ]
    },
    },
    "GETCSPCONFIGRequest": {
      "type": "object",
      "properties": {},
      "required": []
    },
    "GETCSPCONFIGResponse": {
      "type": "object",
      "properties": {
        "LastChanged": {
          "$ref": "ts_103280_2017_07#/$defs/QualifiedDateTime"
        },
        "Dictionaries": {},
        "TargetFormatTypeDefinitions": {},
        "TargetingConfigurations": {},
        "SupportedLIWorkflowEndpoints": {},
        "SupportedLPWorkflowEndpoints": {}
      },
      "required": [
        "LastChanged",
        "TargetingConfigurations"
      ]
    },
    "HI1Object": {
    "HI1Object": {
      "type": "object",
      "type": "object",
      "properties": {
      "properties": {
+6 −0
Original line number Original line Diff line number Diff line
@@ -116,6 +116,9 @@
        },
        },
        "task:ServiceType": {
        "task:ServiceType": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        },
        "task:TargetIdentifierSubtype": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        }
        }
      },
      },
      "required": []
      "required": []
@@ -475,6 +478,9 @@
        },
        },
        "task:Subtype": {
        "task:Subtype": {
          "$ref": "#/$defs/RequestSubtype"
          "$ref": "#/$defs/RequestSubtype"
        },
        "task:TargetIdentifierSubtype": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        }
        }
      },
      },
      "required": []
      "required": []
+1 −1

File changed.

Contains only whitespace changes.