{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://planable.io/schemas/post_posts_{id}_sync-response-200.json", "title": "Post_Posts_{Id}_Sync Response 200", "type": "object", "properties": { "data": { "type": "object", "properties": { "postId": { "type": "string" }, "started": { "type": "boolean" }, "message": { "type": "string" } }, "required": [ "postId", "started", "message" ] } }, "required": [ "data" ] }