{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://planable.io/schemas/post_labels-response-201.json", "title": "Post_Labels Response 201", "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "color": { "type": "string" }, "name": { "type": [ "string", "null" ] } }, "required": [ "id", "color", "name" ] } }, "required": [ "data" ] }