{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateContactList", "title": "UpdateContactList", "type": "object", "properties": { "name": { "type": "string", "description": "Updated name for the list." }, "folderId": { "type": "integer", "format": "int64", "description": "Updated folder assignment." } } }