{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BdEntityPayload", "title": "BdEntityPayload", "type": "object", "properties": { "bdEntity": { "type": "object", "properties": { "children": { "type": "array", "items": { "type": "object", "properties": { "l2BD": { "$ref": "#/components/schemas/L2BD" } } } } }, "example": "example_value" } } }