Arrays of objects - Tuples

Arrays can be defined with multiple item schemas instead of just one. In this case the array has a fixed size and each item is rendered as a property.

This pattern is suitable for lat/lon pairs for example.

Note that to make items of the tuples required you can use the minItems attribute. If an item is filled all previous items are automatically required.