{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UserSerialDto", "type": "object", "properties": { "username": { "type": "string" }, "serialNumber": { "type": "string" } } }