-
Notifications
You must be signed in to change notification settings - Fork 218
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
Item events are not exported in the proper schema #1256
Comments
The issue you're experiencing seems to be related to the specific implementation or version of the library or framework you're using, rather than a fundamental problem with the concept itself. Without more information about the context and the specific library or framework you're using, To troubleshoot this issue, you can consider the following steps:
|
which json file this bug is occur. can you give link @atedesch1 |
If an Item is created with the field events instead of adding events after the object is created, when you try to run the collection that contains it with newman it doesn't recognize this field and instead the actual object if printed to json has the event field as an empty array.
Example:
When printed to json:
Also, if you add the Item as any and instead of the field events you use event, everything works fine.
The problem is ItemDefinition type has the field events instead of event
The text was updated successfully, but these errors were encountered: