Skip to content

Commit

Permalink
Update device_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 authored Jul 31, 2024
1 parent 6fdb190 commit 4247cef
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions schemas/device_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@
"minAppVersion": {
"type": "number"
},
"deviceInfo" : {
"type": "object",
"properties": {
"codename": {
"type": "string"
},
"blBlock": {
"type": "string"
},
"sdBlock": {
"type": "string"
},
"sdBlockP": {
"type": "string"
},
"postInstallScript": {
"type": "boolean"
},
"haveDtbo": {
"type": "boolean"
}
},
"required": [
"codename",
"blBlock",
"sdBlock",
"sdBlockP",
"postInstallScript",
"haveDtbo"
]
},
"bootloader" : {
"type": "object",
"properties": {
Expand Down Expand Up @@ -153,6 +184,7 @@
}
},
"required": [
"deviceInfo",
"oses",
"minAppVersion"
]
Expand Down

0 comments on commit 4247cef

Please sign in to comment.