Interface JsonSchemaRegisterContext

interface JsonSchemaRegisterContext {
    registerSchema(config): void;
}

Methods