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