app.gainforest.common.defs

gainforest.earth

Documentation

audio object

Audio file for bioacoustics, soundscapes, field recordings, species calls

Properties

file blob Required

Audio up to 100MB. Supports WAV, MP3, M4A, AAC, FLAC, OGG, Opus, WebM, AIFF.

maxSize: 104.9 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "audio/wav",
        "audio/x-wav",
        "audio/mpeg",
        "audio/mp3",
        "audio/mp4",
        "audio/x-m4a",
        "audio/aac",
        "audio/flac",
        "audio/x-flac",
        "audio/ogg",
        "audio/opus",
        "audio/webm",
        "audio/aiff",
        "audio/x-aiff"
      ],
      "maxSize": 104857600,
      "description": "Audio up to 100MB. Supports WAV, MP3, M4A, AAC, FLAC, OGG, Opus, WebM, AIFF."
    }
  },
  "description": "Audio file for bioacoustics, soundscapes, field recordings, species calls"
}
dataFile object

Structured data file for observations, measurements, exports

Properties

file blob Required

Data file up to 50MB. Supports CSV, TSV, JSON, JSON-LD, XML, XLS, XLSX, ODS.

maxSize: 52.4 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "text/csv",
        "text/tab-separated-values",
        "application/json",
        "application/ld+json",
        "application/xml",
        "text/xml",
        "application/vnd.ms-excel",
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
        "application/vnd.oasis.opendocument.spreadsheet"
      ],
      "maxSize": 52428800,
      "description": "Data file up to 50MB. Supports CSV, TSV, JSON, JSON-LD, XML, XLS, XLSX, ODS."
    }
  },
  "description": "Structured data file for observations, measurements, exports"
}
document object

Document file for reports, field notes, permits, publications

Properties

file blob Required

Document up to 20MB. Supports PDF, TXT, Markdown, HTML, RTF, DOC, DOCX.

maxSize: 21.0 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "application/pdf",
        "text/plain",
        "text/markdown",
        "text/html",
        "application/rtf",
        "application/msword",
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
      ],
      "maxSize": 20971520,
      "description": "Document up to 20MB. Supports PDF, TXT, Markdown, HTML, RTF, DOC, DOCX."
    }
  },
  "description": "Document file for reports, field notes, permits, publications"
}
geneticData object

Genetic/genomic data file for eDNA, barcoding, sequencing results

Properties

file blob Required

Genetic data up to 100MB. Supports FASTA, FASTQ, CSV, JSON.

maxSize: 104.9 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "text/x-fasta",
        "application/x-fasta",
        "text/x-fastq",
        "application/x-fastq",
        "text/plain",
        "text/csv",
        "application/json"
      ],
      "maxSize": 104857600,
      "description": "Genetic data up to 100MB. Supports FASTA, FASTQ, CSV, JSON."
    }
  },
  "description": "Genetic/genomic data file for eDNA, barcoding, sequencing results"
}
geospatial object

Geospatial data file for maps, boundaries, habitat layers

Properties

file blob Required

Geospatial data up to 100MB. Supports GeoJSON, KML, KMZ, GeoPackage, Shapefile (zipped), GeoTIFF.

maxSize: 104.9 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "application/geo+json",
        "application/json",
        "application/vnd.google-earth.kml+xml",
        "application/vnd.google-earth.kmz",
        "application/geopackage+sqlite3",
        "application/x-shapefile",
        "application/zip",
        "image/tiff",
        "image/geotiff"
      ],
      "maxSize": 104857600,
      "description": "Geospatial data up to 100MB. Supports GeoJSON, KML, KMZ, GeoPackage, Shapefile (zipped), GeoTIFF."
    }
  },
  "description": "Geospatial data file for maps, boundaries, habitat layers"
}
gpsTrack object

GPS track file for transects, survey routes, patrol paths

Properties

file blob Required

GPS track up to 10MB. Supports GPX, KML, KMZ, GeoJSON.

maxSize: 10.5 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "application/gpx+xml",
        "application/vnd.google-earth.kml+xml",
        "application/vnd.google-earth.kmz",
        "application/geo+json",
        "application/json"
      ],
      "maxSize": 10485760,
      "description": "GPS track up to 10MB. Supports GPX, KML, KMZ, GeoJSON."
    }
  },
  "description": "GPS track file for transects, survey routes, patrol paths"
}
image object

Image file for photos, camera traps, drone stills, scanned documents

Properties

file blob Required

Image up to 20MB. Supports JPEG, PNG, WebP, HEIC (phones), TIFF (scientific), GIF, BMP, SVG.

maxSize: 21.0 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "image/jpeg",
        "image/jpg",
        "image/png",
        "image/webp",
        "image/heic",
        "image/heif",
        "image/tiff",
        "image/tif",
        "image/gif",
        "image/bmp",
        "image/svg+xml"
      ],
      "maxSize": 20971520,
      "description": "Image up to 20MB. Supports JPEG, PNG, WebP, HEIC (phones), TIFF (scientific), GIF, BMP, SVG."
    }
  },
  "description": "Image file for photos, camera traps, drone stills, scanned documents"
}
imageThumbnail object

Small image for thumbnails and previews

Properties

file blob Required

Thumbnail image up to 1MB

maxSize: 1.0 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "image/jpeg",
        "image/jpg",
        "image/png",
        "image/webp"
      ],
      "maxSize": 1048576,
      "description": "Thumbnail image up to 1MB"
    }
  },
  "description": "Small image for thumbnails and previews"
}
indexedOrganization object

Reference to an indexed organization

Properties

id string uri Required

The URI of the organization

name string Required

The name of the organization

View raw schema
{
  "type": "object",
  "required": [
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "format": "uri",
      "description": "The URI of the organization"
    },
    "name": {
      "type": "string",
      "description": "The name of the organization"
    }
  },
  "description": "Reference to an indexed organization"
}
largeBlob object

Generic blob up to 100MB (fallback for any file type)

Properties

blob blob Required

Any file up to 100MB

maxSize: 104.9 MB
View raw schema
{
  "type": "object",
  "required": [
    "blob"
  ],
  "properties": {
    "blob": {
      "type": "blob",
      "accept": [
        "*/*"
      ],
      "maxSize": 104857600,
      "description": "Any file up to 100MB"
    }
  },
  "description": "Generic blob up to 100MB (fallback for any file type)"
}
sensorData object

Sensor data file for environmental monitoring (temperature, humidity, light, etc.)

Properties

file blob Required

Sensor data up to 50MB. Supports CSV, JSON, TXT, NetCDF, HDF5.

maxSize: 52.4 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "text/csv",
        "application/json",
        "text/plain",
        "application/x-netcdf",
        "application/x-hdf5"
      ],
      "maxSize": 52428800,
      "description": "Sensor data up to 50MB. Supports CSV, JSON, TXT, NetCDF, HDF5."
    }
  },
  "description": "Sensor data file for environmental monitoring (temperature, humidity, light, etc.)"
}
smallBlob object

Generic blob up to 10MB (fallback for any file type)

Properties

blob blob Required

Any file up to 10MB

maxSize: 10.5 MB
View raw schema
{
  "type": "object",
  "required": [
    "blob"
  ],
  "properties": {
    "blob": {
      "type": "blob",
      "accept": [
        "*/*"
      ],
      "maxSize": 10485760,
      "description": "Any file up to 10MB"
    }
  },
  "description": "Generic blob up to 10MB (fallback for any file type)"
}
spectrogram object

Spectrogram image - visual representation of audio frequency content

Properties

file blob Required

Spectrogram image up to 5MB

maxSize: 5.2 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "image/png",
        "image/jpeg",
        "image/jpg",
        "image/webp"
      ],
      "maxSize": 5242880,
      "description": "Spectrogram image up to 5MB"
    }
  },
  "description": "Spectrogram image - visual representation of audio frequency content"
}
uri object

Reference to external data via URI

Properties

uri string uri Required

URI to external resource

maxGraphemes: 1024 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "uri",
      "description": "URI to external resource",
      "maxGraphemes": 1024
    }
  },
  "description": "Reference to external data via URI"
}
video object

Video file for camera traps, drone footage, underwater video, behavioral observations

Properties

file blob Required

Video up to 100MB. Supports MP4, MOV, AVI, WebM, MKV, MPEG, 3GP.

maxSize: 104.9 MB
View raw schema
{
  "type": "object",
  "required": [
    "file"
  ],
  "properties": {
    "file": {
      "type": "blob",
      "accept": [
        "video/mp4",
        "video/quicktime",
        "video/x-msvideo",
        "video/webm",
        "video/x-matroska",
        "video/mpeg",
        "video/3gpp",
        "video/3gpp2"
      ],
      "maxSize": 104857600,
      "description": "Video up to 100MB. Supports MP4, MOV, AVI, WebM, MKV, MPEG, 3GP."
    }
  },
  "description": "Video file for camera traps, drone footage, underwater video, behavioral observations"
}

Lexicon Garden

@