Box · Schema

Shield information barrier reference

A shield information barrier reference for requests and responses

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Properties

Name Type Description
shield_information_barrier object
View JSON Schema on GitHub

JSON Schema

box-shieldinformationbarrierreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShieldInformationBarrierReference",
  "title": "Shield information barrier reference",
  "type": "object",
  "x-box-resource-id": "shield_information_barrier_reference",
  "x-box-tag": "shield_information_barrier_reports",
  "description": "A shield information barrier reference for requests and responses",
  "properties": {
    "shield_information_barrier": {
      "$ref": "#/components/schemas/ShieldInformationBarrier--Base"
    }
  }
}