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

API V2: Improve support for all possible EMF Values #162

Open
CamilleLetavernier opened this issue Feb 3, 2022 · 1 comment
Open

API V2: Improve support for all possible EMF Values #162

CamilleLetavernier opened this issue Feb 3, 2022 · 1 comment
Labels
modelserver EMF.cloud Model Server v2

Comments

@CamilleLetavernier
Copy link
Member

This is a follow-up for #150 #151

At the moment, JsonPatchHelper supports conversion of most of the values we expect in EMF, from Json values. This includes:

  • Primitive types (String, boolean, all kinds of numbers, and null)
  • EMF Objects (Containment, References, including new objects)
  • Enum Literals

However, support for Arrays/Lists and custom DataTypes is not present yet. There may be other missing cases.

@martin-fleck-at
Copy link
Contributor

See also short discussion in #151 (comment)

@ndoschek ndoschek added the v2 label Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
modelserver EMF.cloud Model Server v2
Projects
None yet
Development

No branches or pull requests

3 participants