{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AppDetails", "type": "object", "properties": { "ApplicationId": { "type": "string" }, "AppName": { "type": "string" }, "AppStatus": { "type": "string" }, "VendorName": { "type": "string" }, "Instances": { "type": "array" }, "Activity": { "type": "object" }, "Contracts": { "type": "array" }, "FiscalSpend": { "type": "object" }, "Compliance": { "type": "object" }, "SSOProtocols": { "type": "array" } } }