{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AppInstallRequest", "type": "object", "properties": { "targetVersion": { "type": "string" }, "allowPreviewVersion": { "type": "boolean" }, "acceptIsvEula": { "type": "boolean" }, "allowDependencyUpdate": { "type": "boolean" } } }