{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/public-membershipcontractblueprint_one", "title": "Public.MembershipContractBlueprint_one", "type": "object", "properties": { "id": { "type": "string" }, "end_date": { "type": "string", "format": "date" }, "memo": { "type": "string" }, "start_date": { "type": "string", "format": "date" } } }