f2b60f308f
We always check that a properties schema is valid at the time that it is created. Do the same for the attributes schema. This will catch programming errors in the writing of Resource plugins. Change-Id: I8119aec30b83f1f9e711013a60a828ae4a8337c7 Story: #2003915
7 lines
227 B
YAML
7 lines
227 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
When loading a Resource plugin, the attribute schema is now validated in
|
|
the same way that the properties schema is. Third-party resource plugins
|
|
should be tested to check that they still comply.
|