Skip to content

Commit

Permalink
feat: update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dgfl-gh authored and iloveitaly committed Dec 23, 2023
1 parent 226054d commit 6e3c550
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,32 @@
"type": "string"
}
},
"allow_hosts": {
"type": "array",
"items": {
"type": "string"
}
},
"allow_urls": {
"type": "array",
"items": {
"type": "string"
}
},
"allow_apps": {
"type": "array",
"items": {
"type": "string"
}
},
"start_script": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": ["name", "block_hosts", "block_urls", "block_apps"]
"required": ["name", "block_hosts", "block_urls", "block_apps", "allow_hosts", "allow_urls", "allow_apps"]
}
}
},
Expand Down

0 comments on commit 6e3c550

Please sign in to comment.