From 4fdc0807b44e5a9819287fa60f5b6feffa025653 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 14 Jul 2022 17:59:21 +0200 Subject: [PATCH] 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 --- doc/api_schemas/network_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_schemas/network_data.json b/doc/api_schemas/network_data.json index f980973d7532..c05f068d0572 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",