dev.nekono.skyshare.defs

nekono.dev

Documentation

manifest object

A fixed, human-facing manifestation of a source record.

Properties

caption string Optional

Optional caption providing additional context for the visual.

maxLength: 300 bytes
heading string Optional

A short human-readable heading identifying the source.

maxLength: 100 bytes
visual blob Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "visual"
  ],
  "properties": {
    "visual": {
      "type": "blob",
      "accept": [
        "image/png",
        "image/jpeg",
        "image/webp"
      ]
    },
    "caption": {
      "type": "string",
      "maxLength": 300,
      "description": "Optional caption providing additional context for the visual."
    },
    "heading": {
      "type": "string",
      "maxLength": 100,
      "description": "A short human-readable heading identifying the source."
    }
  },
  "description": "A fixed, human-facing manifestation of a source record."
}

Lexicon Garden

@