izerr
izerr
@jacobhampel , since you're defining enum, try removing the **type** & **additionalProperties** attribute as I think that would make it an object already. Just leave only **enum** and **javaType**. ```...
Yep. Currently using `$ref` for a string field restricting value as defined in enum. Something like this: ``` "fruit": { "description": "Field in an object expecting an enum value", "$ref":...
@jacobhampel , not so sure but probably the reason why it is generated as a class is because it is embedded in the property definition itself, where the containing definition...
Pitching my use case if it isn't clearly stated from previous posts. Basically when supporting paginated queries & such where there will be involvement of `lastEvaluatedKey` or `exclusiveStartKey`. Current API...