eedaconf.json 379 B

1234567891011
  1. {
  2. "##example_collection/example_subcollection": {
  3. "fields": [
  4. { "name": "a_int_field", "type": "int" },
  5. { "name": "a_int64_field", "type": "int64" },
  6. { "name": "a_int64_field", "type": "int64" },
  7. { "name": "a_real_field", "type": "double" }
  8. ],
  9. "add_other_properties_field": true
  10. }
  11. }