{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "createEditDeleteViewResponse", "type": "object", "description": "Properties in object are results of the create or save operation", "properties": { "data": { "type": "object" } } }