{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Name2", "title": "Name2", "properties": { "firstName": { "description": "The first name.", "type": "string" }, "lastName": { "description": "The last name.", "type": "string" } }, "type": "object" }