{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-iam-api-service-account-update-structure.json", "name": "ServiceAccountUpdate", "description": "ServiceAccountUpdate schema from Palo Alto Networks SASE IAM Service API", "type": "object", "properties": { "display_name": { "type": "string", "description": "Updated display name." }, "description": { "type": "string", "description": "Updated description." } } }