action apple_app_infos_age_rating_declaration_get_to_one_related { label: "appInfos-ageRatingDeclaration-get_to_one_related" provider: apple method: GET path: "/v1/appInfos/{id}/ageRatingDeclaration" encoding: json input: { type: "object" properties: { "fields[ageRatingDeclarations]": { type: "array" items: { type: "string" enum: ["alcoholTobaccoOrDrugUseOrReferences", "contests", "gambling", "gamblingAndContests", "gamblingSimulated", "horrorOrFearThemes", "kidsAgeBand", "matureOrSuggestiveThemes", "medicalOrTreatmentInformation", "profanityOrCrudeHumor", "seventeenPlus", "sexualContentGraphicAndNudity", "sexualContentOrNudity", "unrestrictedWebAccess", "violenceCartoonOrFantasy", "violenceRealistic", "violenceRealisticProlongedGraphicOrSadistic"] } } } additionalProperties: false } output: { type: "object" required: ["data", "links"] properties: { data: { type: "object" required: ["id", "links", "type"] properties: { attributes: { type: "object" properties: { alcoholTobaccoOrDrugUseOrReferences: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } contests: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } gambling: { type: "boolean" } gamblingAndContests: { type: "boolean" } gamblingSimulated: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } horrorOrFearThemes: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } kidsAgeBand: { type: "string" enum: ["FIVE_AND_UNDER", "SIX_TO_EIGHT", "NINE_TO_ELEVEN"] } matureOrSuggestiveThemes: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } medicalOrTreatmentInformation: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } profanityOrCrudeHumor: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } seventeenPlus: { type: "boolean" } sexualContentGraphicAndNudity: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } sexualContentOrNudity: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } unrestrictedWebAccess: { type: "boolean" } violenceCartoonOrFantasy: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } violenceRealistic: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } violenceRealisticProlongedGraphicOrSadistic: { type: "string" enum: ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"] } } } id: { type: "string" } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } type: { type: "string" enum: ["ageRatingDeclarations"] } } } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } } } }