{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Profile", "type": "object", "properties": { "profileId": { "type": "string" }, "scope": { "type": "string" }, "caption": { "type": "string" }, "description": { "type": "string" }, "applicationId": { "type": "string" }, "enabled": { "type": "boolean" } } }