app.certified.location

certified.app

{
  "id": "app.certified.location",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "lpVersion",
          "srs",
          "locationType",
          "location",
          "createdAt"
        ],
        "properties": {
          "srs": {
            "type": "string",
            "format": "uri",
            "maxLength": 100,
            "description": "The Spatial Reference System URI (e.g., http://www.opengis.net/def/crs/OGC/1.3/CRS84) that defines the coordinate system."
          },
          "name": {
            "type": "string",
            "maxLength": 1000,
            "description": "Optional name for this location",
            "maxGraphemes": 100
          },
          "location": {
            "refs": [
              "org.hypercerts.defs#uri",
              "org.hypercerts.defs#smallBlob"
            ],
            "type": "union",
            "description": "The location of where the work was performed as a URI or blob."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created"
          },
          "lpVersion": {
            "type": "string",
            "maxLength": 10,
            "description": "The version of the Location Protocol"
          },
          "description": {
            "type": "string",
            "maxLength": 2000,
            "description": "Optional description for this location",
            "maxGraphemes": 500
          },
          "locationType": {
            "type": "string",
            "maxLength": 20,
            "description": "An identifier for the format of the location data (e.g., coordinate-decimal, geojson-point)",
            "knownValues": [
              "coordinate-decimal",
              "geojson-point"
            ]
          }
        }
      },
      "description": "A location reference"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.certified.location

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

Metadata

DID
did:plc:apun3uo5jqm34pxzqq6on754
CID
bafyreiamjvk2vvlsfauvuvdx3hcp74cwvmsoukkv2qjyirsvbce55td6xm
Indexed At
2026-01-25 03:21 UTC
AT-URI
at://did:plc:apun3uo5jqm34pxzqq6on754/com.atproto.lexicon.schema/app.certified.location

Referenced Schemas (2)

Lexicon Garden

@