{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkerUpdate", "title": "WorkerUpdate", "type": "object", "properties": { "FirstName": { "type": "string" }, "LastName": { "type": "string" }, "MiddleName": { "type": "string" }, "WorkEmail": { "type": "string", "format": "email" }, "WorkPhoneNumber": { "type": "string" } } }