bio.cuanto.survey

cuanto.bio

{
  "id": "bio.cuanto.survey",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "protocol",
          "createdAt",
          "location"
        ],
        "properties": {
          "track": {
            "ref": "#track",
            "type": "ref",
            "description": "A spatial path recorded during the survey."
          },
          "location": {
            "ref": "org.atgeo.place",
            "type": "ref",
            "description": "Geographic location where the survey was conducted."
          },
          "protocol": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Protocol followed when conducting this survey."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this survey was originally created."
          },
          "eventDate": {
            "type": "string",
            "description": "Date or datetime the survey began, ISO 8601 supporting partial forms (e.g. 2026, 2026-02, 2026-02-03, 2026-02-03T00:01:02Z)."
          },
          "surveyorCount": {
            "type": "integer",
            "description": "Total number of people conducting the Survey."
          },
          "eventDurationUnit": {
            "type": "string",
            "description": "Unit of eventDurationValue (sensu Humboldt eco:eventDurationUnit). Known values: 'minutes', 'hours', 'days'."
          },
          "eventDurationValue": {
            "type": "integer",
            "description": "Duration of the survey in units specified by eventDurationUnit (sensu Humboldt eco:eventDurationValue)."
          },
          "samplingPerformedBy": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "description": "DIDs of participants in addition to the record owner (sensu Humboldt eco:samplingPerformedBy)."
          }
        }
      },
      "description": "An event where participants collect data required by a Survey Protocol."
    },
    "track": {
      "type": "object",
      "required": [
        "gpx",
        "source"
      ],
      "properties": {
        "gpx": {
          "type": "blob",
          "accept": [
            "application/gpx+xml"
          ],
          "maxSize": 10000000,
          "description": "GPX 1.1 file recording the survey path."
        },
        "source": {
          "type": "string",
          "description": "Origin of the GPX file.",
          "knownValues": [
            "device",
            "uploaded"
          ]
        }
      },
      "description": "A spatial path recorded during a survey."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against bio.cuanto.survey

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dd7efi6wormdpmcyscnkjc6n
CID
bafyreibeg2sr22g2f66bcumwxpjpuvt25pl6thpt2parljqjw5aiwcxdqa
Indexed At
2026-08-26 04:39 UTC
AT-URI
at://did:plc:dd7efi6wormdpmcyscnkjc6n/com.atproto.lexicon.schema/bio.cuanto.survey

Referenced Schemas (1)

Lexicon Garden

@