{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/public-categoryblueprint_one", "title": "Public.CategoryBlueprint_one", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "default_for_memberships": { "type": "boolean" } } }