Type alias JSONSchemaDefinition

JSONSchemaDefinition: JSONSchema7Definition & {
    contents?: string[];
}

Generated using TypeDoc