schema: add meta.name
This commit is contained in:
parent
59595fe59e
commit
e85a0516c7
|
|
@ -497,6 +497,10 @@
|
|||
"description": "The schema version and any other tooling configuration lives here",
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name of this JSONCV data, will be used as part of the filename when downloading."
|
||||
},
|
||||
"canonical": {
|
||||
"type": "string",
|
||||
"description": "URL (as per RFC 3986) to latest version of this document",
|
||||
|
|
|
|||
Loading…
Reference in New Issue