{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--python_wsgi.json",
  "description": "",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/plugin/python_wsgi.json",
    "sourceSha256": "d421bcf0888e2e0d05de6ebc5ca012022cadaad42aa9abe5ade1132abf309a25"
  },
  "type": "object",
  "additionalProperties": false,
  "required": [
    "PythonWsgi"
  ],
  "PythonWsgi": {
    "properties": {
      "app": {
        "type": "string",
        "description": "The path to the flask app, <path_to_file>.<name_of_variable>"
      },
      "packRequirements": {
        "type": "boolean",
        "description": "<https://github.com/logandk/serverless-wsgi#automatic-requirement-packaging>"
      },
      "pipArgs": {
        "type": "string"
      },
      "pythonBin": {
        "type": "string",
        "description": "<https://github.com/logandk/serverless-wsgi#python-version>"
      },
      "textMimeTypes": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    }
  }
}
