Amazon Vinyl
    Preparing search index...

    Interface JsonSchemaProvider

    A source that can produce its own JSON Schema definition. Schema nodes implement this so that per-node metadata (such as a describe description) is honored during serialization.

    interface JsonSchemaProvider {
        toJsonSchema(): JsonSchema;
    }

    Implemented by

    Index