diff --git a/103120/schema/json/ts_103120_Config.schema.json b/103120/schema/json/ts_103120_Config.schema.json index 36cd7743e74a2de0b21307f4b53a88e7bb16cbd6..925e2641e5a2b39c216f8d515c4761e8aa411090 100644 --- a/103120/schema/json/ts_103120_Config.schema.json +++ b/103120/schema/json/ts_103120_Config.schema.json @@ -161,6 +161,38 @@ "config:URL" ], "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 } } } diff --git a/103120/schema/json/ts_103120_Core.schema.json b/103120/schema/json/ts_103120_Core.schema.json index aa321a61bffdf00b1f57dfbba6d2ce18e74c594b..0b8cc21eefad89064385194a8bce9b9d9df316b8 100644 --- a/103120/schema/json/ts_103120_Core.schema.json +++ b/103120/schema/json/ts_103120_Core.schema.json @@ -599,6 +599,9 @@ }, "SupportedLPWorkflowEndpoints": { "$ref": "ts_103120_Config_2024_06#/$defs/SupportedLPWorkflowEndpoints" + }, + "SupportedLDWorkflowEndpoints": { + "$ref": "ts_103120_Config_2024_06#/$defs/SupportedLDWorkflowEndpoints" } }, "required": [ diff --git a/103120/schema/xsd/ts_103120_Config.xsd b/103120/schema/xsd/ts_103120_Config.xsd index ea81df3344d680f5d21ed69ec4bf6e1c1482886c..54f5c10cdfd228afe9fa06827dc084c5216df4ff 100644 --- a/103120/schema/xsd/ts_103120_Config.xsd +++ b/103120/schema/xsd/ts_103120_Config.xsd @@ -62,4 +62,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/103120/schema/xsd/ts_103120_Core.xsd b/103120/schema/xsd/ts_103120_Core.xsd index 36bfdc8eac0366936b07f447d8113ab955bc40fd..2799dea8f26a085a374d7245cf2cf4aa5be5486a 100644 --- a/103120/schema/xsd/ts_103120_Core.xsd +++ b/103120/schema/xsd/ts_103120_Core.xsd @@ -174,6 +174,7 @@ +