{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ContentViewUpdate", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "auto_publish": { "type": "boolean" }, "solve_dependencies": { "type": "boolean" }, "repository_ids": { "type": "array" }, "component_ids": { "type": "array" }, "environment_ids": { "type": "array" } } }