Domina REST API
  1. Meta
Domina REST API
  • Documentation
  • Auth
    • registration
      POST
    • login
      POST
    • logout
      POST
    • password-reset/initiate
      POST
    • password-reset/verify
      POST
    • password-reset/complete
      POST
  • User
    • Booking
      • index
    • LoyaltyCard
      • show
    • LoyaltyPoints
      • index
    • Tikets
      • index
      • show
      • create
      • update
    • show
    • update
  • Venue
    • index
    • show
    • facets
  • Page
    • show
  • Post
    • index
    • show
  • Property
    • index
    • show
  • Program
    • index
  • Location
    • index
  • Navigation
    • index
  • Awards
    • index
  • Request
    • create
  • Spa
    • index
    • show
  • Special
    • index
    • show
  • Schemas
    • Meta
      • MetaPagination
      • MetaFile
      • MetaImage
      • MetaImageData
    • Response
      • ResponseError
    • Page
    • Property
    • Program
    • Venue
    • Special
    • Spa
    • Post
    • Navigation
    • Location
    • Tag
    • Award
    • User
    • Booking
    • LoyaltyCard
    • LoyaltyLevel
    • LoyaltyPoint
    • Ticket
    • TicketComment
  1. Meta

MetaImage

{
    "xs": {
        "url": "string",
        "url_webp": "string",
        "width": 0,
        "height": 0
    },
    "sm": {
        "url": "string",
        "url_webp": "string",
        "width": 0,
        "height": 0
    },
    "md": {
        "url": "string",
        "url_webp": "string",
        "width": 0,
        "height": 0
    },
    "lg": {
        "url": "string",
        "url_webp": "string",
        "width": 0,
        "height": 0
    },
    "xl": {
        "url": "string",
        "url_webp": "string",
        "width": 0,
        "height": 0
    }
}
Built with