55b9579f14
Specify the schema version for network_data and node, otherwise the latest one is used. Also fix one test where the error messages was changed. Change-Id: I4a614d7e73348bbe6c355a40881b013cbfe00b03
10 lines
312 B
YAML
10 lines
312 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes compatibility with ``jsonschema`` package version 4.0.0 or newer
|
|
by providing a proper schema version (Draft-07 currently).
|
|
issues:
|
|
- |
|
|
When using ``jsonschema`` 4.0.0 or newer, make sure to include a proper
|
|
``$schema`` field in your custom network data or RAID schemas.
|