org.custorium.temp.jsonfg.coordRefSys

lexicon.store View official

Documentation

multiRefSys array

No description available.

View raw schema
{
  "type": "array",
  "items": {
    "ref": "#singleRefSys",
    "type": "ref"
  },
  "minLength": 2
}
refSys union

No description available.

View raw schema
{
  "refs": [
    "#singleRefSys",
    "#multiRefSys"
  ],
  "type": "union"
}
refSysByRef object

No description available.

Properties

epoch integer Optional

No description available.

href string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "href"
  ],
  "properties": {
    "href": {
      "type": "string",
      "format": "uri"
    },
    "epoch": {
      "type": "integer"
    }
  }
}
refSysCustom

No description available.

View raw schema
{
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "Value should not be reference"
    }
  }
}
refSysSimpleRef object

No description available.

Properties

uri string Required

The value is either a URI or a CURIE.

View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "description": "The value is either a URI or a CURIE."
    }
  }
}
singleRefSys object

No description available.

Properties

View raw schema
{
  "type": "object",
  "required": [
    "refSys"
  ],
  "properties": {
    "refSys": {
      "refs": [
        "#refSysSimpleRef",
        "#refSysByRef",
        "#refSysCustom"
      ],
      "type": "union"
    }
  }
}

Lexicon Garden

@