Urara-Blog/node_modules/.pnpm-store/v3/files/43/92e38dac1b186768893c029b9c0838c8ca35b33947f5a7a367cdabd15df5190848f3beb9a2933af30a0b71702fab960786c5670418cc2fd2ab50eafcdde959
2022-08-14 01:14:53 +08:00

14 lines
375 B
Text

{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/format",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/format": true
},
"$recursiveAnchor": true,
"title": "Format vocabulary meta-schema",
"type": ["object", "boolean"],
"properties": {
"format": {"type": "string"}
}
}