Amazon MQ · JSON Structure

Mq Api Day Of Week Structure

DayOfWeek schema from Amazon MQ API

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

DayOfWeek is a JSON Structure definition published by Amazon MQ. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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