fred_reimer
11/12/2021, 6:30 PM"tags": {
"items": {
"type": ["string"]
},
"description": "Tags",
"type": "array"
},
"hits": {
"description": "Number of hits",
"type": ["number"]
},
That seems very odd. If the type is a normal type, and not an object or an array, the name of the type is inside of a list?aaronsteers
11/12/2021, 6:51 PManyOf
, as I understand it.aaronsteers
11/12/2021, 6:52 PMaaronsteers
11/12/2021, 6:53 PMfred_reimer
11/12/2021, 7:04 PM