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

Keywords as a part of the Vorto models #956

Closed
e-grigorov opened this issue Jun 13, 2018 · 0 comments
Closed

Keywords as a part of the Vorto models #956

e-grigorov opened this issue Jun 13, 2018 · 0 comments

Comments

@e-grigorov
Copy link
Contributor

Initially, this topic has been discussed in this issue.

In our model, there is a "status" property where the asynchronous operation progress is reported. It looks like:

...
status {
  mandatory status as FirmwareUpdateStatus
}
...

The issue is that "status" is a keyword and this model doesn't compile. As a workaround, we are using:

mandatory ^status as FirmwareUpdateStatus

but that's a good point for improvement.

@aedelmann aedelmann added this to the 0.10.0.M4 milestone Jun 13, 2018
Ebolon added a commit to Ebolon/vorto that referenced this issue Jun 13, 2018
Ebolon added a commit to Ebolon/vorto that referenced this issue Jun 14, 2018
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

2 participants