@accordproject/concerto-linter-default-ruleset
Version:
Default ruleset for the Accord Project Concerto Linter
15 lines (14 loc) • 400 B
TypeScript
/**
* Rule: String Length
* ---------------------------
* Ensures that all string within the data model have a length validator applied.
* Which helps prevent inconsistent data length and ensure proper storage."
*/
declare const _default: {
given: string[];
severity: number;
then: {
function: import("@stoplight/spectral-core").IFunction;
};
};
export default _default;