Microsoft Azure · Schema

contentFilterDetectedResult

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1
View JSON Schema on GitHub

JSON Schema

microsoft-azure-contentfilterdetectedresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/contentFilterDetectedResult",
  "title": "contentFilterDetectedResult",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/contentFilterResultBase"
    },
    {
      "properties": {
        "detected": {
          "type": "boolean"
        }
      }
    }
  ],
  "required": [
    "detected",
    "filtered"
  ]
}