action apple_beta_app_review_submissions_create_instance { label: "betaAppReviewSubmissions-create_instance" provider: apple method: POST path: "/v1/betaAppReviewSubmissions" encoding: json input: { type: "object" required: ["data"] properties: { data: { type: "object" required: ["relationships", "type"] properties: { relationships: { type: "object" required: ["build"] properties: { build: { type: "object" required: ["data"] properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["builds"] } } } } } } } type: { type: "string" enum: ["betaAppReviewSubmissions"] } } } } } output: { type: "object" required: ["data", "links"] properties: { data: { type: "object" required: ["id", "links", "type"] properties: { attributes: { type: "object" properties: { betaReviewState: { type: "string" enum: ["WAITING_FOR_REVIEW", "IN_REVIEW", "REJECTED", "APPROVED"] } } } id: { type: "string" } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } relationships: { type: "object" properties: { build: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["builds"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } } } type: { type: "string" enum: ["betaAppReviewSubmissions"] } } } included: { type: "array" items: { type: "object" required: ["links", "id", "type"] properties: { attributes: { type: "object" properties: { expirationDate: { type: "string" format: "date-time" } expired: { type: "boolean" } iconAssetToken: { type: "object" properties: { height: { type: "integer" } templateUrl: { type: "string" } width: { type: "integer" } } } minOsVersion: { type: "string" } processingState: { type: "string" enum: ["PROCESSING", "FAILED", "INVALID", "VALID"] } uploadedDate: { type: "string" format: "date-time" } usesNonExemptEncryption: { type: "boolean" } version: { type: "string" } } } id: { type: "string" } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } relationships: { type: "object" properties: { app: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["apps"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } appEncryptionDeclaration: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["appEncryptionDeclarations"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } appStoreVersion: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["appStoreVersions"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } betaAppReviewSubmission: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["betaAppReviewSubmissions"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } betaBuildLocalizations: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["betaBuildLocalizations"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } buildBetaDetail: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["buildBetaDetails"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } icons: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["buildIcons"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } individualTesters: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["betaTesters"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } preReleaseVersion: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["preReleaseVersions"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } } } type: { type: "string" enum: ["builds"] } } } } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } } } }