org.custorium.temp.jsonfg.coordRefSys

willem.dobs.nl

{
  "id": "org.custorium.temp.jsonfg.coordRefSys",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "refSys"
      ],
      "properties": {
        "refSys": {
          "refs": [
            "#singleRefSys",
            "#multiRefSys"
          ],
          "type": "union"
        }
      }
    },
    "multiRefSys": {
      "type": "array",
      "items": {
        "ref": "#singleRefSys",
        "type": "ref"
      },
      "minLength": 2
    },
    "refSysByRef": {
      "type": "object",
      "required": [
        "href"
      ],
      "properties": {
        "href": {
          "type": "string",
          "format": "uri"
        },
        "epoch": {
          "type": "integer"
        }
      }
    },
    "refSysCustom": {
      "type": "object",
      "required": [
        "type"
      ],
      "properties": {
        "type": {
          "type": "string",
          "description": "Value should not be reference"
        }
      }
    },
    "singleRefSys": {
      "type": "object",
      "required": [
        "refSys"
      ],
      "properties": {
        "refSys": {
          "refs": [
            "#refSysSimpleRef",
            "#refSysByRef",
            "#refSysCustom"
          ],
          "type": "union"
        }
      }
    },
    "refSysSimpleRef": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "description": "The value is either a URI or a CURIE."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "WIP, A straitforward translation from OGC Features and Geometries Json (https://portal.ogc.org/files/107269#schema-coordrefsys) to ATProto lexicon, following the draft lexicon styleguide. The most distinct change is addition of a decimals property to higher level objects"
}

Validate Record

Validate a record against org.custorium.temp.jsonfg.coordRefSys

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:q3enoeuha5b2zx4p4atxtb7x
CID
bafyreie5nxvjiflgmyquqmmsyqxgqptfsllsmjhg2r55pj4ixj6om3j3uy
Indexed At
2026-02-06 13:11 UTC
AT-URI
at://did:plc:q3enoeuha5b2zx4p4atxtb7x/com.atproto.lexicon.schema/org.custorium.temp.jsonfg.coordRefSys

Version History (7 versions)

Lexicon Garden

@