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