Jsonschema 3.0.1: Binds the raid schema to draft-04

This fix binds the raid schema to draft-04 of the
json schema. The draft-04 is supported on both
jsonschema 2.6 and jsonschema 3.0.1.
Draft-06 and draft-07 require the schema change
which is incompatible with draft-04.

Closes-bug: 1824084
Change-Id: I7452cf55df8643b52d2782359966fc042b2b9dfe
This commit is contained in:
Nisha Agarwal 2019-04-17 06:20:08 -07:00
parent 86ef3b47b4
commit bdc3ddf7f3
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "raid configuration json schema",
"type": "object",
"properties": {