summaryrefslogtreecommitdiff
path: root/doc/api_schemas
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-07-14 17:59:21 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2022-07-14 17:59:21 +0200
commit4fdc0807b44e5a9819287fa60f5b6feffa025653 (patch)
treed3562b7e36498f6ab133625f68786919df2a30f7 /doc/api_schemas
parentde65131f92ba5ba812e33e6ff63be0991687413a (diff)
downloadnova-4fdc0807b44e5a9819287fa60f5b6feffa025653.tar.gz
Add a proper schema version to network_data.json
What we have there is not a schema URI. Having a proper URI allows auto-detection of the schema version (draft-07 in this case). Change-Id: I208a05c7ba64a21ed8cde7bc1ebae2b5878109e0
Diffstat (limited to 'doc/api_schemas')
-rw-r--r--doc/api_schemas/network_data.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_schemas/network_data.json b/doc/api_schemas/network_data.json
index f980973d75..c05f068d05 100644
--- a/doc/api_schemas/network_data.json
+++ b/doc/api_schemas/network_data.json
@@ -1,5 +1,5 @@
{
- "$schema": "http://openstack.org/nova/network_data.json#",
+ "$schema": "http://json-schema.org/draft-07/schema#",
"id": "http://openstack.org/nova/network_data.json",
"type": "object",
"title": "OpenStack Nova network metadata schema",