type: object
additionalProperties: false
properties:
  app:
    type: string
  category:
    enum:
      - Books
      - Business
      - Comics
      - Education
      - Entertainment
      - Finance
      - Food
      - Health & Fitness
      - Lifestyle
      - Media & Video
      - Medical
      - Music
      - News & Magazines
      - Photography
      - Productivity
      - Shopping
      - Social
      - Sports
      - Travel
      - Utilities
      - Weather
  descriptions:
    type: object
    additionalProperties: false
    properties:
      en_US: &DESCRIPTION
        type: object
        additionalProperties: false
        properties:
          intro:
            type: string
            maxLength: 80
          description:
            type: string
            maxLength: 3000
      en_GB: *DESCRIPTION
      nl_NL: *DESCRIPTION
