/** * @see https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-01#section-7.2.2 */ export type JSONSchemaFormatAssertionVocabulary = { format?: string; };