What is the main characteristic of Azure Cosmos DB containers regarding data schemas?
Containers do not support any schema.
Containers are schema-agnostic.
Containers require a strict schema for all items.
Containers only support JSON schema.
Containers in Azure Cosmos DB are schema-agnostic, meaning items within a container can have arbitrary schemas or different entities so long as they share the same partition key.