-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
While putting together my code generator I came across the following missing value descriptions:
notecard-schema/card.attn.rsp.notecard.api.json
Lines 15 to 37 in 4003e4c
| "sub-descriptions": [ | |
| { | |
| "const": "connected" | |
| }, | |
| { | |
| "const": "env" | |
| }, | |
| { | |
| "const": "files" | |
| }, | |
| { | |
| "const": "location" | |
| }, | |
| { | |
| "const": "motion" | |
| }, | |
| { | |
| "const": "timeout" | |
| }, | |
| { | |
| "const": "watchdog" | |
| } | |
| ], |
The array value should probably be defined as enum, and either the sub-descriptions should be removed or the descriptions added.
Metadata
Metadata
Assignees
Labels
No labels