Implement authorization import and revocation checks (T-503)
This commit is contained in:
@@ -45,6 +45,15 @@
|
||||
"min_os": {
|
||||
"enum": ["windows-7-sp1", "windows-10", "windows-11"]
|
||||
},
|
||||
"product_id": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-z0-9-]+$",
|
||||
"$comment": "Optional for pre-T-503 records; new installations persist the verified app.json product_id for launch authorization."
|
||||
},
|
||||
"supports_trial": {
|
||||
"type": "boolean",
|
||||
"$comment": "Optional for pre-T-503 records; absence means false and never grants a local trial."
|
||||
},
|
||||
"requires_admin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user