org.custorium.temp.jsonfg.coordRefSys

willem.dobs.nl

Documentation

multiRefSys object

No description available.

Properties

refSys array of ref#singleRefSys Optional

No description available.

minLength: 2 items
View raw schema
{
  "type": "object",
  "properties": {
    "refSys": {
      "type": "array",
      "items": {
        "ref": "#singleRefSys",
        "type": "ref"
      },
      "minLength": 2
    }
  }
}
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 object

No description available.

Properties

type string Required

Value should not be reference

View raw schema
{
  "type": "object",
  "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

@