{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmbeddedEditUrlResponse", "title": "EmbeddedEditUrlResponse", "properties": { "embedded": { "$ref": "#/components/schemas/EmbeddedEditUrlResponseEmbedded" }, "warnings": { "description": "_t__WarningResponse::LIST_DESCRIPTION", "type": "array", "items": { "$ref": "#/components/schemas/WarningResponse" } } }, "type": "object", "x-internal": true }