Thanx · JSON Structure

Consumer Api Birth Date Structure

BirthDate schema from Thanx Consumer API

Type: object Properties: 3
RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

BirthDate is a JSON Structure definition published by Thanx, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

year month day

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/thanx/refs/heads/main/json-structure/consumer-api-birth-date-structure.json",
  "name": "BirthDate",
  "description": "BirthDate schema from Thanx Consumer API",
  "type": "object",
  "properties": {
    "year": {
      "type": "int32",
      "example": 1987
    },
    "month": {
      "type": "int32",
      "example": 8
    },
    "day": {
      "type": "int32",
      "example": 14
    }
  }
}