Commit 4bc06d53 authored by Gabriel Commeau's avatar Gabriel Commeau Committed by Mark Canterbury
Browse files

Add Supported LD Workflow endpoints to JSON schemas

parent f3a390f6
Loading
Loading
Loading
Loading
Loading
+32 −0
Original line number Original line Diff line number Diff line
@@ -161,6 +161,38 @@
        "config:URL"
        "config:URL"
      ],
      ],
      "additionalProperties": false
      "additionalProperties": false
    },
    "SupportedLDWorkflowEndpoints": {
      "type": "object",
      "properties": {
        "config:SupportedLDWorkflowEndpoint": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SupportedLDWorkflowEndpoint"
          }
        }
      },
      "required": [],
      "additionalProperties": false
    },
    "SupportedLDWorkflowEndpoint": {
      "type": "object",
      "properties": {
        "config:LDWorkflowEndpoint": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        },
        "config:Guidance": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        },
        "config:URL": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        }
      },
      "required": [
        "config:LDWorkflowEndpoint",
        "config:URL"
      ],
      "additionalProperties": false
    }
    }
  }
  }
}
}
+3 −0
Original line number Original line Diff line number Diff line
@@ -599,6 +599,9 @@
        },
        },
        "SupportedLPWorkflowEndpoints": {
        "SupportedLPWorkflowEndpoints": {
          "$ref": "ts_103120_Config_2024_06#/$defs/SupportedLPWorkflowEndpoints"
          "$ref": "ts_103120_Config_2024_06#/$defs/SupportedLPWorkflowEndpoints"
        },
        "SupportedLDWorkflowEndpoints": {
          "$ref": "ts_103120_Config_2024_06#/$defs/SupportedLDWorkflowEndpoints"
        }
        }
      },
      },
      "required": [
      "required": [