{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListAculsResponseContent", "title": "ListAculsResponseContent", "oneOf": [ { "type": "array", "items": { "$ref": "#/components/schemas/ListAculsResponseContentItem" } }, { "$ref": "#/components/schemas/ListAculsOffsetPaginatedResponseContent" } ] }