Amazon MQ · Schema

DayOfWeek

DayOfWeek schema from Amazon MQ API

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mq-api-day-of-week-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-schema/mq-api-day-of-week-schema.json",
  "title": "DayOfWeek",
  "description": "DayOfWeek schema from Amazon MQ API",
  "type": "string",
  "enum": [
    "MONDAY",
    "TUESDAY",
    "WEDNESDAY",
    "THURSDAY",
    "FRIDAY",
    "SATURDAY",
    "SUNDAY"
  ]
}