Max Upload

Maximum size of an allowable upload.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-max-upload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_max_upload",
  "title": "Max Upload",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "identifier of the zone setting.",
          "enum": [
            "max_upload"
          ],
          "example": "max_upload"
        },
        "value": {
          "$ref": "#/components/schemas/zones_max_upload_value"
        }
      }
    }
  ],
  "description": "Maximum size of an allowable upload."
}