Audio file for bioacoustics, soundscapes, field recordings, species calls
Properties
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"
}
Structured data file for observations, measurements, exports
Properties
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 file for reports, field notes, permits, publications
Properties
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"
}
Genetic/genomic data file for eDNA, barcoding, sequencing results
Properties
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 data file for maps, boundaries, habitat layers
Properties
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"
}
GPS track file for transects, survey routes, patrol paths
Properties
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 file for photos, camera traps, drone stills, scanned documents
Properties
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"
}
Small image for thumbnails and previews
Properties
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"
}
Reference to an indexed organization
Properties
The URI of the organization
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"
}
Generic blob up to 100MB (fallback for any file type)
Properties
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)"
}
Sensor data file for environmental monitoring (temperature, humidity, light, etc.)
Properties
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.)"
}
Generic blob up to 10MB (fallback for any file type)
Properties
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 image - visual representation of audio frequency content
Properties
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"
}
Reference to external data via URI
Properties
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 file for camera traps, drone footage, underwater video, behavioral observations
Properties
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"
}