Commit 1319d3b6 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/103120/095' into 'meeting/LI69'

TS 103 120 CR095 - Add LD Workflow Endpoints Supported by CSP

See merge request !221
parents 40f0c9fb 830b1762
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": [
+12 −0
Original line number Original line Diff line number Diff line
@@ -62,4 +62,16 @@
            <xs:element name="URL" type="etsi:LongString"/>
            <xs:element name="URL" type="etsi:LongString"/>
        </xs:sequence>
        </xs:sequence>
    </xs:complexType>
    </xs:complexType>
    <xs:complexType name="SupportedLDWorkflowEndpoints">
        <xs:sequence>
            <xs:element name="SupportedLDWorkflowEndpoint" type="SupportedLDWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SupportedLDWorkflowEndpoint">
        <xs:sequence>
            <xs:element name="LDWorkflowEndpoint" type="common:DictionaryEntry"/>
            <xs:element name="Guidance" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="URL" type="etsi:LongString"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
</xs:schema>
 No newline at end of file
+1 −0
Original line number Original line Diff line number Diff line
@@ -174,6 +174,7 @@
            <xs:element name="TargetingConfigurations" type="config:TargetingConfigurations"/>
            <xs:element name="TargetingConfigurations" type="config:TargetingConfigurations"/>
            <xs:element name="SupportedLIWorkflowEndpoints" type="config:SupportedLIWorkflowEndpoints" minOccurs="0"/>
            <xs:element name="SupportedLIWorkflowEndpoints" type="config:SupportedLIWorkflowEndpoints" minOccurs="0"/>
            <xs:element name="SupportedLPWorkflowEndpoints" type="config:SupportedLPWorkflowEndpoints" minOccurs="0"/>
            <xs:element name="SupportedLPWorkflowEndpoints" type="config:SupportedLPWorkflowEndpoints" minOccurs="0"/>
            <xs:element name="SupportedLDWorkflowEndpoints" type="config:SupportedLDWorkflowEndpoints" minOccurs="0"/>
        </xs:sequence>
        </xs:sequence>
    </xs:complexType>
    </xs:complexType>
    <xs:simpleType name="ObjectIdentifier">
    <xs:simpleType name="ObjectIdentifier">