Microsoft Azure · Schema

contentFilterDetectedWithCitationResult

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

JSON Schema

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