Loading docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ RUN gem install asciidoctor-pdf-cjk RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar RUN npm config set proxy $http_proxy RUN npm install -g swagger-tools@0.10.3 RUN npm install -g json-refs@3.0.2 RUN npm install -g json-refs@3.0.4 RUN npm install -g yamljs@0.3.0 ADD validate-in-docker.sh /validate-in-docker.sh Loading src/SOL002/VNFConfiguration/VNFConfiguration.yaml +8 −5 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ paths: Configuration information about a VNF instance was read successfully. The response body shall contain a representation of the configuration resource. schema: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfiguration' $ref: '#/definitions/VnfConfiguration' 400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' } 401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' } 403: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/403' } Loading @@ -72,7 +72,7 @@ paths: required: true in: body schema: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications' $ref: '#/definitions/VnfConfigModifications' responses: 200: description: > Loading @@ -81,7 +81,7 @@ paths: The request was accepted and completed. The response body shall contain the parameters of the configuration modification that was applied to the configuration resource. schema: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications' $ref: '#/definitions/VnfConfigModifications' 412: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/412' } 400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' } 401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' } Loading @@ -94,5 +94,8 @@ paths: 422: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/422' } 500: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/500' } 503: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/503' } definitions: VnfConfiguration: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfiguration' VnfConfigModifications: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications' Loading
docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ RUN gem install asciidoctor-pdf-cjk RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar RUN npm config set proxy $http_proxy RUN npm install -g swagger-tools@0.10.3 RUN npm install -g json-refs@3.0.2 RUN npm install -g json-refs@3.0.4 RUN npm install -g yamljs@0.3.0 ADD validate-in-docker.sh /validate-in-docker.sh Loading
src/SOL002/VNFConfiguration/VNFConfiguration.yaml +8 −5 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ paths: Configuration information about a VNF instance was read successfully. The response body shall contain a representation of the configuration resource. schema: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfiguration' $ref: '#/definitions/VnfConfiguration' 400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' } 401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' } 403: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/403' } Loading @@ -72,7 +72,7 @@ paths: required: true in: body schema: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications' $ref: '#/definitions/VnfConfigModifications' responses: 200: description: > Loading @@ -81,7 +81,7 @@ paths: The request was accepted and completed. The response body shall contain the parameters of the configuration modification that was applied to the configuration resource. schema: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications' $ref: '#/definitions/VnfConfigModifications' 412: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/412' } 400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' } 401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' } Loading @@ -94,5 +94,8 @@ paths: 422: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/422' } 500: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/500' } 503: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/503' } definitions: VnfConfiguration: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfiguration' VnfConfigModifications: $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications'