You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specific use-case is models that can be used (cleanly) for both 'create' and 'update' activities.
For 'create' activities, the DB-key for the model is not yet known.
For 'update' activities, the DB-key is required.
Would like to use the same model for the non-key attributes of the model.
The text was updated successfully, but these errors were encountered:
Would like to be able to generate models (Java) that can use composition ('extends' in Java) ...
https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#models-with-composition
Specific use-case is models that can be used (cleanly) for both 'create' and 'update' activities.
For 'create' activities, the DB-key for the model is not yet known.
For 'update' activities, the DB-key is required.
Would like to use the same model for the non-key attributes of the model.
The text was updated successfully, but these errors were encountered: