{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-application-structure.json", "title": "Application", "type": "object", "properties": { "id": "string", "name": "string", "description": "string", "isDefault": "boolean", "logoUrl": "string", "appUrl": "string", "loginUrl": "string", "type": "string" } }