invalid_test_schema.json 364 B

12345678910111213141516171819
  1. {
  2. "bsonType": "object",
  3. "properties": {
  4. "test_value_string": {
  5. "bsonType": "string",
  6. },
  7. "test_value_double": {
  8. "bsonType": "double",
  9. },
  10. "test_value_double_array": {
  11. "bsonType": "array",
  12. "items": {
  13. "bsonType": "double"
  14. }
  15. }
  16. }
  17. }
  18. }