11.) Which keyword in JSON schema specifies the data type of a field?
12.) Which JSON schema keyword ensures that an array contains unique items?
13.) Which keyword in JSON schema specifies a range of allowed numeric values?
14.) In JSON schema, which keyword validates string formats, such as email or date?
15.) How can you remove validation rules from a collection?
16.) Which validation action is the most restrictive?
17.) How can you bypass validation rules for a specific operation?
18.) Which MongoDB version introduced schema validation?
19.) Which JSON schema keyword specifies the maximum number of items allowed in an array?
20.) What does the pattern keyword in JSON schema validate?
Pages: 1 2