garden.lexicon.exultant-zebra.masl

lexicon.store View official

Documentation

A bundle of resources.

main object

A bundle of resources.

Properties

name string Optional

Optional name for the bundle.

View raw schema
{
  "type": "object",
  "required": [
    "resources"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Optional name for the bundle."
    },
    "resources": {
      "type": "array",
      "items": {
        "ref": "garden.lexicon.exultant-zebra.masl#resource",
        "type": "ref"
      },
      "description": "The resources in this bundle."
    }
  },
  "description": "A bundle of resources."
}
resource object

A single resource identified by a CID.

Properties

contentType string Optional

No description available.

path string Optional

Optional path for this resource (e.g. '/index.html').

src blob Required

The content identifier for this resource.

View raw schema
{
  "type": "object",
  "required": [
    "src"
  ],
  "properties": {
    "src": {
      "type": "blob",
      "description": "The content identifier for this resource."
    },
    "path": {
      "type": "string",
      "description": "Optional path for this resource (e.g. '/index.html')."
    },
    "contentType": {
      "type": "string"
    }
  },
  "description": "A single resource identified by a CID."
}

Lexicon Garden

@