{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "contents": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "title": "PluginSkillReadResponse",
  "type": "object"
}