Interface JsonSchema

All Superinterfaces:
JsonDocument

public interface JsonSchema extends JsonDocument
An immutable, encoded JSON Schema.

Both object and boolean schemas are supported. The server validates the schema against its declared dialect, or JSON Schema 2020-12 when the dialect is absent.

Author:
Konstantin Pavlov
  • Method Details