Checkiday Event Summary Structure

Structural definition of a Checkiday Event Summary used in list and search responses.

Type: object Properties: 3
CalendarHolidaysEventsObservancesDatesTimePublic APIs

CheckidayEventSummaryStructure is a JSON Structure definition published by Checkiday - National Holiday and Event API, describing 3 properties. It conforms to the https://json-structure.org/draft-00/schema meta-schema.

Properties

id name url

Meta-schema: https://json-structure.org/draft-00/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft-00/schema",
  "name": "CheckidayEventSummaryStructure",
  "type": "object",
  "description": "Structural definition of a Checkiday Event Summary used in list and search responses.",
  "properties": {
    "id": { "type": "string", "description": "The Event Id." },
    "name": { "type": "string", "description": "The Event name." },
    "url": { "type": "string", "description": "The Event URL on checkiday.com." }
  }
}