apidom icon indicating copy to clipboard operation
apidom copied to clipboard

Semantic parser for API specifications

Results 100 apidom issues
Sort by recently updated
recently updated
newest added

The scope of this issue is to provide documentation, completion and linting rules in `apidom-ls` for OpenAPI 3.0.3 specification. NOTE: [OpenAPI 3.0.0 Petstore](https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/petstore-expanded.yaml) is reporting error for `Schema.allOf` field.

ApiDOM
OpenApi 3.0
Epic

Currently OpenAPI 3.0.x will use common `Schema Object` rules defined for AsyncAPI 2.x and OpenAPI 3.1.0 `Schema Object`. This is not ideal. The scope of this issue is to provide...

enhancement
ApiDOM
OpenApi 3.0
JSON Schema

We will introduce breaking change and have `FileResolver` disabled by default as it open’s possibility to do dangerous operations. We will also introduce additional security measure in form of configuration...

enhancement
ApiDOM

The scope of this issue is to provide documentation, completion and linting rules in `apidom-ls` for OpenAPI 3.1.0 specification.

OpenAPI 3.1
ApiDOM
Epic

OpenAPI 3.1.0 namespace should use JSON Schema Draft 2020-12 namespace to provide JSON Schema capabilities.

enhancement
OpenAPI 3.1
ApiDOM
JSON Schema

Scope of this issue is to implement JSON Schema Draft 2020-12 as an ApiDOM namespace.

enhancement
ApiDOM
JSON Schema

Scope of this issue is to implement JSON Schema Draft 2019-09 as an ApiDOM namespace.

enhancement
ApiDOM
JSON Schema