Luma · Schema

V1 Images Create Upload Url Post Request

EventsEvent ManagementTicketingCommunityCalendarsGuestsAttendance

Properties

Name Type Description
content_type object
View JSON Schema on GitHub

JSON Schema

v1_images_create_upload_url_post_request.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/luma/main/json-schema/v1_images_create_upload_url_post_request.json",
  "title": "V1 Images Create Upload Url Post Request",
  "type": "object",
  "properties": {
    "content_type": {
      "anyOf": [
        {
          "type": "string",
          "enum": [
            "image/jpeg",
            "image/png"
          ]
        },
        {
          "type": "null"
        }
      ]
    }
  }
}