{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AuthorConfigDto", "type": "object", "properties": { "id": { "type": "string" }, "userName": { "type": "string" }, "serialNumber": { "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "emailAddress": { "type": "string" }, "isActive": { "type": "boolean" } } }