{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationOwnerId", "title": "ApplicationOwnerId", "description": "The ID of the owner of the application. When type is `developer`, this is the developer ID. When type is `team`, this is the team ID.", "type": "string", "format": "uuid" }