Commit a8913ccb authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

fix issue#11: capif front-end schema file

parent 6457b9db
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ paths:
              aefProfiles:
                - aefId: "sandboxTransport"
                  versions:
                    - "3.1.1"
                    - apiVersion: "3.1.1"
                  interfaceDescriptions:
                    uris:
                      - "http://my.callback.com/sbx2cmq8bn/mep1/vis/v2/"
@@ -440,7 +440,7 @@ paths:
              aefProfiles:
                - aefId: "sandboxTransport"
                  versions:
                    - "3.1.1"
                    - apiVersion: "3.1.1"
                  interfaceDescriptions:
                    uris:
                      - "http://my.callback.com/sbx2cmq8bn/mep1/vis/v2/"
@@ -631,7 +631,7 @@ paths:
              aefProfiles:
                - aefId: "sandboxTransport"
                  versions:
                    - "3.1.1"
                    - apiVersion: "3.1.1"
                  interfaceDescriptions:
                    uris:
                      - "http://my.callback.com/sbx2cmq8bn/mep1/vis/v2/"
@@ -1323,11 +1323,16 @@ components:
          description: "AEF identifier. Shall be set to the value of the 'id' attribute as defined in clause 8.1.2.3."
        versions:
          type: array
          items:
            type: string
            description: "API version. This array shall contain a single entry."
          minItems: 1
          maxItems: 1
          items:
            type: object
            properties:
              apiVersion:
                type: string
                description: "The version of the API as per clause 8.1.2.2"
            required:
              - apiVersion
        interfaceDescriptions:
          description: This type represents information about a transport endpoint
          oneOf: