{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/frontegg/main/json-schema/frontegg-applications-applicationstenantassignmentresponsev1-schema.json", "title": "ApplicationsTenantAssignmentResponseV1", "description": "JSON Schema for Frontegg applications ApplicationsTenantAssignmentResponseV1 entity, derived from the published OpenAPI specification.", "type": "object", "properties": { "tenantId": { "type": "string" }, "appIds": { "type": "array", "items": { "type": "string" } } }, "required": [ "tenantId", "appIds" ] }