Schema for APT from CMS Marketplace API
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "APT", "description": "Schema for APT from CMS Marketplace API", "properties": { "market_year": { "type": "integer", "example": 2023 }, "tiers": { "items": { "$ref": "#/definitions/APTTier" }, "type": "array" } }, "type": "object" }