You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema/schema.json: #/definitions/approval/properties/channel: failed schema #/definitions/resource/properties/properties/patternProperties/^[a-z0-9][a-zA-Z0-9_]*[a-zA-Z0-9]$: No subschema in "anyOf" matched.
This error was not very helpful at explaining what the problem actually was. After much trial and error, it was the fact that the description was missing. i.e. this fixed it:
channel:
description: THIS IS THE FIXtype:
- objectproperties:
id:
"$ref": "/schemata/channel#/definitions/id"name:
"$ref": "/schemata/channel#/definitions/name"
Can we please have a better error message for this?
prmd 0.13.0
The text was updated successfully, but these errors were encountered:
I had a property that looked like this:
which was raising the error:
This error was not very helpful at explaining what the problem actually was. After much trial and error, it was the fact that the
description
was missing. i.e. this fixed it:Can we please have a better error message for this?
prmd 0.13.0
The text was updated successfully, but these errors were encountered: