{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UploadAndroidAppResponse", "title": "UploadAndroidAppResponse", "properties": { "id": { "description": "The unique identifier of the uploaded Android app.", "type": "string" } }, "type": "object" }