Backfill in-progress. Some lexicons and records may be missing or incomplete.

network.slices.tools.defs

slices.network

Documentation

image object

Properties

alt string Required

Alt text description of the image, for accessibility

image blob Required

No description provided.

maxSize: 1.0 MB
View raw schema
{
  "type": "object",
  "required": [
    "image",
    "alt"
  ],
  "properties": {
    "alt": {
      "type": "string",
      "description": "Alt text description of the image, for accessibility"
    },
    "image": {
      "type": "blob",
      "accept": [
        "image/*"
      ],
      "maxSize": 1000000
    }
  }
}
images object

Properties

images array of ref#image Required

No description provided.

maxLength: 4 bytes
View raw schema
{
  "type": "object",
  "required": [
    "images"
  ],
  "properties": {
    "images": {
      "type": "array",
      "items": {
        "ref": "#image",
        "type": "ref"
      },
      "maxLength": 4
    }
  }
}

Lexicon Garden

@