{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateAPostRequest", "title": "UpdateAPostRequest", "type": "string", "example": "\"{\\n \\\"patch\\\": {\\n \\\"$set\\\": {\\n \\\"commentary\\\": \\\"Update to the post\\\",\\n \\\"contentCallToActionLabel\\\": \\\"LEARN_MORE\\\"\\n }\\n }\\n}\\n\"" }