{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://therundown.io/schemas/BestAffiliateInfo", "title": "BestAffiliateInfo", "type": "object", "properties": { "affiliate_id": { "type": "integer" }, "affiliate_name": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }