Skip to content

Commit

Permalink
feat: add description to model schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Sep 20, 2024
1 parent 785fbdc commit bf1d557
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions profile_library/model_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"type": "string",
"description": "The full name"
},
"description": {
"type": "string",
"description": "A short description of the device"
},
"standby_power": {
"type": "number",
"minimum": 0.05,
Expand Down

0 comments on commit bf1d557

Please sign in to comment.