remove old required props, make name req

pull/11/head
Tim Cappalli 2023-08-09 21:17:35 +00:00
parent 99ab6efd2f
commit 206c41b5e6
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,7 @@
}
},
"required": [
"platform",
"friendlyName",
"verboseName"
"name"
]
}
}