{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/updatePanApi", "title": "Update API", "type": "object", "properties": { "api": { "type": "object", "properties": { "parentFolderId": { "type": "integer", "description": "The API's new parent folder ID.", "example": 1 } } } } }