Douglass.network Schemas

Item class icon view blob-view

douglass.network/item-class-icon-view

The ocpm image of a given item class.

{
  "id": "douglass.network/item-class-icon-view",
  "title": "Item class icon view",
  "description": "The ocpm image of a given item class.",
  "type": "blob-view",
  "parameters": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "array",
    "minItems": 2,
    "additionalItems": false,
    "items": [
      {
        "type": "string"
      },
      {
        "type": "string"
      }
    ]
  }
}

Schemas