Commit 6924a1f3 authored by Gabriel Commeau's avatar Gabriel Commeau Committed by Mark Canterbury
Browse files

Fix typo in SupportedLPWorkflowEndpoint schema, both in XML and JSON

parent e081fd5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@
    "SupportedLPWorkflowEndpoint": {
      "type": "object",
      "properties": {
        "config:LIWorkflowEndpoint": {
        "config:LPWorkflowEndpoint": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        },
        "config:Guidance": {
@@ -157,7 +157,7 @@
        }
      },
      "required": [
        "config:LIWorkflowEndpoint",
        "config:LPWorkflowEndpoint",
        "config:URL"
      ],
      "additionalProperties": false
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
    </xs:complexType>
    <xs:complexType name="SupportedLPWorkflowEndpoint">
        <xs:sequence>
            <xs:element name="LIWorkflowEndpoint" type="common:DictionaryEntry"/>
            <xs:element name="LPWorkflowEndpoint" type="common:DictionaryEntry"/>
            <xs:element name="Guidance" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="URL" type="etsi:LongString"/>
        </xs:sequence>