{ "schema": { "properties": { "first_name": { "maxLength": 64, "type": "string" }, "id": { "type": "integer" }, "last_name": { "maxLength": 64, "type": "string" } }, "required": ["first_name", "last_name"], "type": "object", "title": "DatasetRestApi.get.User" }, "schemaType": "response" }