Skip to content

Commit 4fdc080

Browse files
committed
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
1 parent de65131 commit 4fdc080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api_schemas/network_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://openstack.org/nova/network_data.json#",
2+
"$schema": "http://json-schema.org/draft-07/schema#",
33
"id": "http://openstack.org/nova/network_data.json",
44
"type": "object",
55
"title": "OpenStack Nova network metadata schema",

0 commit comments

Comments
 (0)