-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Something I noticed in a few places, and I'm not sure if this is valid JsonSchema or not...
- In several traits with multiple forms (OneOf, AnyOf, etc.) the ROOT schema is missing any type declaration ("object" I would expect)... is that on purpose?
- On some of the multi-format values that discriminate by enum value (See SensorState), seem to specify their ENUM values without specifying a type for properties... is this valid? I know the property definition carries the type in that instance, but my understanding was an enum node needed to specify a type still...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels