{
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "The new blob's content."
    },
    "encoding": {
      "type": "string",
      "description": "The encoding used for `content`. Currently, `\"utf-8\"` and `\"base64\"` are supported.",
      "default": "utf-8"
    }
  },
  "required": [
    "content"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}