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
The jsonschema returns no such schema with correct base.
SchemaError: no such schema #/$defs/slot located in <file:///C:/Users/nhawrysh/Documents/catena/schemata/ogp.schema.json>
{
...
"$defs": {
"slot": {
"title": "Slot ID",
"description": "Uniquely identifies the device within the scope of its frame",
"type": "integer",
"min": 0,
"max": 255,
"default": 0,
"$comment": "Max slot index is set abitrarily, it could go higher if needed."
},
...
}
The text was updated successfully, but these errors were encountered:
The jsonschema returns no such schema with correct base.
SchemaError: no such schema #/$defs/slot located in <file:///C:/Users/nhawrysh/Documents/catena/schemata/ogp.schema.json>
The text was updated successfully, but these errors were encountered: