action apple_builds_app_encryption_declaration_get_to_one_relationship { label: "builds-appEncryptionDeclaration-get_to_one_relationship" provider: apple method: GET path: "/v1/builds/{id}/relationships/appEncryptionDeclaration" encoding: json output: { type: "object" required: ["data", "links"] properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["appEncryptionDeclarations"] } } } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } } } }