Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support more data types #44

Open
dwunsch opened this issue Jan 3, 2017 · 6 comments
Open

support more data types #44

dwunsch opened this issue Jan 3, 2017 · 6 comments

Comments

@dwunsch
Copy link
Contributor

dwunsch commented Jan 3, 2017

there's still too many unsupported data types in SwaggerConversion

dates will probably fixed with #40

@mfirry
Copy link
Collaborator

mfirry commented Jan 3, 2017

Could we shortly list those missing?

@fralken
Copy link
Owner

fralken commented Jan 4, 2017

see commit 2a559f5

@mfirry
Copy link
Collaborator

mfirry commented Jan 4, 2017

  • StringProperty
  • BooleanProperty
  • DoubleProperty
  • FloatProperty
  • IntegerProperty
  • LongProperty
  • BaseIntegerProperty
  • MapProperty
  • ArrayProperty
  • DecimalProperty
  • RefProperty
  • DateTimeProperty
  • ByteArrayProperty
  • BinaryProperty
  • DateProperty
  • FileProperty
  • ObjectProperty
  • PasswordProperty
  • UUIDProperty

@timohirt
Copy link

@mfirry any tips where to start or what to do in order to add support for more types? I have no idea where to start.

@diversit
Copy link
Contributor

Created a pull request for supporting UUID type: #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants