@@ -, +, @@ --- api/v1/swagger/x-primitives.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/api/v1/swagger/x-primitives.json +++ a/api/v1/swagger/x-primitives.json @@ -12,7 +12,7 @@ "description": "library assigned user identifier" }, "cityid": { - "type": "string", + "type": "integer", "description": "internally assigned city identifier", "readOnly": true }, --