Actions
Bug #20629
closedInvalid openapi definition
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We have some errors, we should have better checks on the PRs.
Structural error at components.schemas.techniques should NOT have additional properties additionalProperty: response, definitions Jump to line 2363 Semantic error at components.schemas.techniques.response.items.oneOf.0.$ref $refs must reference a valid location in the document Jump to line 2368 Semantic error at components.schemas.techniques.response.items.oneOf.1.$ref $refs must reference a valid location in the document Jump to line 2369 Semantic error at components.schemas.techniques.definitions.editorTechnique.properties.parameters.items.$ref $refs must reference a valid location in the document Jump to line 2402 Semantic error at components.schemas.techniques.definitions.editorTechnique.properties.resources.items.$ref $refs must reference a valid location in the document Jump to line 2407 Semantic error at components.schemas.techniques.definitions.editorTechnique.properties.calls.items.oneOf.0.$ref $refs must reference a valid location in the document Jump to line 2413 Semantic error at components.schemas.techniques.definitions.editorTechnique.properties.calls.items.oneOf.1.$ref $refs must reference a valid location in the document Jump to line 2414 Semantic error at components.schemas.techniques.definitions.techniqueBlock.properties.calls.items.oneOf.0.$ref $refs must reference a valid location in the document Jump to line 2508 Semantic error at components.schemas.techniques.definitions.techniqueBlock.properties.calls.items.oneOf.1.$ref $refs must reference a valid location in the document Jump to line 2509 Semantic error at paths./settings/allowed_networks/{nodeId}.get.responses.200.content.application/json.schema.properties.data.properties.settings.properties.allowed_networks Schemas with 'type: array', require a sibling 'items: ' field Jump to line 8699 Semantic error at paths./settings/allowed_networks/{nodeId}.post.responses.200.content.application/json.schema.properties.data.properties.allowed_networks Schemas with 'type: array', require a sibling 'items: ' field Jump to line 8761 Semantic error at paths./settings/allowed_networks/{nodeId}/diff.post.requestBody.content.application/json.schema.properties.allowed_networks.properties.add Schemas with 'type: array', require a sibling 'items: ' field Jump to line 8793 Semantic error at paths./settings/allowed_networks/{nodeId}/diff.post.requestBody.content.application/json.schema.properties.allowed_networks.properties.delete Schemas with 'type: array', require a sibling 'items: ' field Jump to line 8801 Semantic error at paths./settings/allowed_networks/{nodeId}/diff.post.responses.200.content.application/json.schema.properties.data.properties.allowed_networks Schemas with 'type: array', require a sibling 'items: ' field Jump to line 8837
Actions