[Schema] Ability to Define Schemas Containing Nested Arrays of Objects
As part of the ability to properly index and search JSON documents that contain nested arrays of objects, it should be possible to define schemas that properly capture this property in a document. With a proper schema defined, the Indexer can use the correct logic and call the underlying indexing engine with the right methods so the indexed array can be searched later.