is.logue.links

logue.is

Documentation

main object

No description available.

Properties

items array of ref#link Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "items"
  ],
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "ref": "#link",
        "type": "ref"
      }
    }
  }
}
link object

No description available.

Properties

uri string uri Required

A valid URI.

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

Lexicon Garden

@