{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserMigrationBean", "title": "UserMigrationBean", "additionalProperties": false, "properties": { "accountId": { "type": "string" }, "key": { "type": "string" }, "username": { "type": "string" } }, "type": "object" }