Interface JsonSchemaContribution

interface JsonSchemaContribution {
    registerSchemas(store): MaybePromise<void>;
}

Implemented by

Methods