@stoplight/spectral
Version:
A flexible object linter with out of the box support for OpenAPI v2 and v3.
19 lines • 731 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var RuleType;
(function (RuleType) {
RuleType["VALIDATION"] = "validation";
RuleType["STYLE"] = "style";
})(RuleType = exports.RuleType || (exports.RuleType = {}));
var RuleFunction;
(function (RuleFunction) {
RuleFunction["ALPHABETICAL"] = "alphabetical";
RuleFunction["LENGTH"] = "length";
RuleFunction["PATTERN"] = "pattern";
RuleFunction["ENUM"] = "enumeration";
RuleFunction["SCHEMA"] = "schema";
RuleFunction["SCHEMAPATH"] = "schemaPath";
RuleFunction["TRUTHY"] = "truthy";
RuleFunction["XOR"] = "xor";
})(RuleFunction = exports.RuleFunction || (exports.RuleFunction = {}));
//# sourceMappingURL=enums.js.map