firewall_content_type

The content type of the body. Must be one of the following: `text/plain`, `text/xml`, or `application/json`.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-content-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_content_type",
  "title": "firewall_content_type",
  "description": "The content type of the body. Must be one of the following: `text/plain`, `text/xml`, or `application/json`.",
  "example": "text/xml",
  "maxLength": 50,
  "type": "string"
}