json-schema-validation

json-schema-validation

Validates OpenAPI 3.0 schema against JSON meta-schema.

Rule Details

This rule ensures that an OpenAPI 3.0 schema validates against the JSON meta-schema for OpenAPI 3.0. Any issues found by the schema validator will be reported by the linter.

Configuration

None.

Examples

None.

When Not to Use It

When your schemas adhere to version 3.1 of OpenAPI specification.

Compatibility

This rule is compatible with OpenAPI 3.0 version only.

← Back to Index