Urara-Blog/node_modules/.pnpm-store/v3/files/2f/0af8ffc305d2eabe3448f4b181f173d65d9da3e502edf860760f2e5c228b24f470c8b0ab17da27698cd049261dddda5028628513fef615c16f9b54c406bd30
2022-08-14 01:14:53 +08:00

14 lines
420 B
Text

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://json-schema.org/draft/2020-12/meta/format-annotation",
"$vocabulary": {
"https://json-schema.org/draft/2020-12/vocab/format-annotation": true
},
"$dynamicAnchor": "meta",
"title": "Format vocabulary meta-schema for annotation results",
"type": ["object", "boolean"],
"properties": {
"format": {"type": "string"}
}
}