{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManagedByObject", "title": "ManagedByObject", "type": "object", "properties": { "orgId": { "type": "string", "example": "d1349664-9f3d-410b-8bd3-6c31f181f14e", "description": "The Organization identifier of the resource." }, "type": { "type": "string", "example": "user", "description": "The resource type." }, "id": { "type": "string", "example": "c5349664-9f3d-410b-8bd3-6c31f181f13d", "description": "The identifier of the resource." }, "role": { "type": "string", "example": "location_full_admin", "description": "The delegated role." } } }