Douglass.network Schemas

Avatar view blob-view

douglass.network/avatar-view

The avatar image of a given user.

{
  "id": "douglass.network/avatar-view",
  "title": "Avatar view",
  "description": "The avatar image of a given user.",
  "type": "blob-view",
  "parameters": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "array",
    "minItems": 1,
    "additionalItems": false,
    "items": [
      {
        "type": "string"
      }
    ]
  }
}

Schemas