valid_test_schema.json 359 B

1234567891011121314151617
  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. }