UNPKG

@stoplight/spectral

Version:

A flexible object linter with out of the box support for OpenAPI v2 and v3.

15 lines (14 loc) 323 B
export declare enum RuleType { VALIDATION = "validation", STYLE = "style" } export declare enum RuleFunction { ALPHABETICAL = "alphabetical", LENGTH = "length", PATTERN = "pattern", ENUM = "enumeration", SCHEMA = "schema", SCHEMAPATH = "schemaPath", TRUTHY = "truthy", XOR = "xor" }