Skip to content

Commit

Permalink
https://github.com/gbif/registry/issues/535
Browse files Browse the repository at this point in the history
gbif/registry#621

renaming the endpoint types and installation type name
  • Loading branch information
fmendezh committed Sep 27, 2024
1 parent e53f991 commit 347279e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/gbif/api/vocabulary/EndpointType.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ public enum EndpointType {
/**
* The <a href="https://biom-format.org/documentation/format_versions/biom-1.0.html">BIOM JSON</a> file format for representing biological sample by observation contingency tables.
*/
BIOM1_0_GBIF_v1_0,
BIOM_1_0,

/**
* The <a href="https://biom-format.org/documentation/format_versions/biom-2.1.html">BIOM HDF5</a> file format.
*/
BIOM2_1_GBIF_v1_0,
BIOM_2_1,

/**
* Any other service not covered by this enum so far.
Expand Down
4 changes: 3 additions & 1 deletion src/main/java/org/gbif/api/vocabulary/InstallationType.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ public enum InstallationType {
HTTP_INSTALLATION,
SYMBIOTA_INSTALLATION,
EARTHCAPE_INSTALLATION,
GBIF_EDNA_TOOL;

//Metabarcoding Data Toolkit
MDT_INSTALLATION;

/**
* @return the matching InstallationType or null
Expand Down

0 comments on commit 347279e

Please sign in to comment.