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