{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-5g-api-network-slice-structure.json", "name": "NetworkSlice", "description": "NetworkSlice schema from Palo Alto Networks SASE 5G Managed Services API", "type": "object", "properties": { "slice_id": { "type": "string", "description": "Unique identifier of the network slice." }, "name": { "type": "string", "description": "Display name of the network slice." }, "description": { "type": "string", "description": "Description of the slice's purpose or use case." }, "slice_type": { "type": "string", "description": "5G slice type based on 3GPP SST values. eMBB for enhanced mobile broadband, URLLC for ultra-reliable low-latency, mMTC for massive machine-type communications.", "enum": [ "eMBB", "URLLC", "mMTC" ] }, "sst": { "type": "int32", "description": "Slice/Service Type numeric value (1=eMBB, 2=URLLC, 3=mMTC)." }, "sd": { "type": "string", "description": "Slice Differentiator hex string for distinguishing slices of the same type." }, "status": { "type": "string", "description": "Current slice status.", "enum": [ "active", "inactive", "provisioning", "error" ] }, "security_policy_id": { "type": "string", "description": "ID of the security policy applied to this slice." }, "created_at": { "type": "datetime" }, "updated_at": { "type": "datetime" } } }