tripal_blast.schema.yml 679 B

1234567891011121314151617181920212223242526272829303132
  1. # @file
  2. # Tripal Blast Configuration Entity Schema
  3. tripal_blast.tripalblastdatabase.*:
  4. type: config_entity
  5. label: 'BLAST Configuration Entity'
  6. mapping:
  7. id:
  8. type: 'integer'
  9. label: 'Database Entity ID'
  10. name:
  11. type: 'string'
  12. label: 'Name'
  13. path:
  14. type: 'string'
  15. label: 'Path'
  16. dbtype:
  17. type: 'string'
  18. label: 'Database Type'
  19. dbxref_id_regexp:
  20. type: 'string'
  21. label: 'DB Xref Id Regexp'
  22. dbxref_db_id:
  23. type: 'integer'
  24. label: 'DB Xref Id'
  25. dbxref_linkout_type:
  26. type: 'string'
  27. label: 'DB Xref Type'
  28. cvitjs_enabled:
  29. type: 'boolean'
  30. label: 'CvitJS Enabled'