Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base URI does not work. #356

Open
xp4xbox opened this issue Dec 14, 2021 · 1 comment
Open

Base URI does not work. #356

xp4xbox opened this issue Dec 14, 2021 · 1 comment

Comments

@xp4xbox
Copy link

xp4xbox commented Dec 14, 2021

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."
        },
...
}
@awwright
Copy link
Collaborator

Can you please provide the code that's producing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants