schema: add meta.name

This commit is contained in:
Reorx 2023-02-05 15:40:36 +08:00
parent 59595fe59e
commit e85a0516c7
1 changed files with 4 additions and 0 deletions

View File

@ -497,6 +497,10 @@
"description": "The schema version and any other tooling configuration lives here", "description": "The schema version and any other tooling configuration lives here",
"additionalProperties": true, "additionalProperties": true,
"properties": { "properties": {
"name": {
"type": "string",
"description": "The name of this JSONCV data, will be used as part of the filename when downloading."
},
"canonical": { "canonical": {
"type": "string", "type": "string",
"description": "URL (as per RFC 3986) to latest version of this document", "description": "URL (as per RFC 3986) to latest version of this document",