{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ShieldInformationBarrierSegmentRestriction--Base", "title": "Shield information barrier segment restriction (Base)", "type": "object", "x-box-resource-id": "shield_information_barrier_segment_restriction--base", "x-box-tag": "shield_information_barrier_segment_restrictions", "x-box-variants": [ "base", "mini", "standard" ], "x-box-variant": "base", "description": "A base representation of\na segment restriction object for\nthe shield information barrier", "required": [ "shield_information_barrier_segment", "restricted_segment" ], "properties": { "type": { "type": "string", "description": "Shield information barrier segment restriction", "example": "shield_information_barrier_segment_restriction", "enum": [ "shield_information_barrier_segment_restriction" ] }, "id": { "type": "string", "example": "11446498", "description": "The unique identifier for the\nshield information barrier segment restriction." } } }