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