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
This commit is contained in:
Dmitry Tantsur 2022-07-14 17:59:21 +02:00
parent de65131f92
commit 4fdc0807b4

View File

@ -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",