{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Consumer", "type": "object", "properties": { "id": { "type": "string" }, "username": { "type": "string" }, "custom_id": { "type": "string" }, "tags": { "type": "array" }, "created_at": { "type": "integer" }, "updated_at": { "type": "integer" } } }