{ "name": "RestFacetRequest", "structure": { "oneOf": [ { "allOf": [ { "$ref": "#/components/schemas/RestFacetRequestBase" }, { "$ref": "#/components/schemas/RestFacetRequestSpecificBase" } ] }, { "allOf": [ { "$ref": "#/components/schemas/RestFacetRequestBase" }, { "$ref": "#/components/schemas/RestFacetRequestHierarchicalBase" } ] }, { "allOf": [ { "$ref": "#/components/schemas/RestFacetRequestBase" }, { "$ref": "#/components/schemas/RestFacetRequestRangeBase" }, { "$ref": "#/components/schemas/RestFacetRequestDateRangeBase" } ] }, { "allOf": [ { "$ref": "#/components/schemas/RestFacetRequestBase" }, { "$ref": "#/components/schemas/RestFacetRequestRangeBase" }, { "$ref": "#/components/schemas/RestFacetRequestNumericalRangeBase" } ] } ] } }