{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The file name of the asset."
    },
    "label": {
      "type": "string",
      "description": "An alternate short description of the asset. Used in place of the filename."
    },
    "state": {
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}