{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AutomationCompanyUpdate", "title": "AutomationCompanyUpdate", "type": "object", "properties": { "name": { "type": "string", "example": "Example Title" }, "displayName": { "type": "string", "example": "example_value" } } }