{
  "properties": {
    "encoding": {
      "type": "string"
    },
    "mediaType": {
      "type": "string"
    },
    "schema": {
      "oneOf": [
        {
          "format": "url",
          "type": "string"
        },
        {
          "type": "object"
        }
      ]
    }
  },
  "type": "object"
}