{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Inventor", "title": "Inventor", "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "country": { "type": "string" } } }