I need to define in an OpenApi schema an Array which contains exactly three other schema objects, in a precise order. So If I have Cat, Dog and Duck defined in my schema, I want to define something which is an array exactly like this:
[Dog, Duck, Dog, Cat, Cat]
Is this possible?