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

Artist draws values for all properties, even if they are not set #4

Open
activefx opened this issue Oct 14, 2014 · 0 comments · May be fixed by #5
Open

Artist draws values for all properties, even if they are not set #4

activefx opened this issue Oct 14, 2014 · 0 comments · May be fixed by #5

Comments

@activefx
Copy link

When creating a representation for an object, the artist draws all properties, including them even if they are null. This interferes with some endpoints, as they may try to lookup a value if the key is present. For example, file may be an optional property, but if the key is present the server may try to open that file and return an error.

{name:"test",file:null}

The artist should exclude properties without values.

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

Successfully merging a pull request may close this issue.

1 participant