Docs API schemas

neoserver 0.1.2

StyleAsset

StyleAsset schema for the neoserver management API.

← All schemas

object
content_type string required
created_at string · date-time
id string required
name string required
sha256 string required
size_bytes integer · int64 required
updated_at string · date-time
workspace_id string required
OpenAPI schema definition
{
  "properties": {
    "content_type": {
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "sha256": {
      "type": "string"
    },
    "size_bytes": {
      "format": "int64",
      "type": "integer"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "workspace_id": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "workspace_id",
    "name",
    "content_type",
    "size_bytes",
    "sha256"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.