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

Show additional properties of the attributes #28

Open
rroupski opened this issue Apr 10, 2023 · 0 comments
Open

Show additional properties of the attributes #28

rroupski opened this issue Apr 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rroupski
Copy link
Contributor

The schema can be extended by adding extra properties of the attributes. For example, some of attributes in the dictionary already have a default property, which defines a default value of the attribute if it is missing in the event data. For example:

{
  "count": {
    "caption": "Count",
    "default": 1,
    "description": "The number of times that events in the same logical group occurred during the event <strong>Start Time</strong> to <strong>End Time</strong> period.",
    "type": "integer_t",
    "type_name": "Integer"
  }
}

The schema browser should show those properties.

@rroupski rroupski added the enhancement New feature or request label Apr 10, 2023
@rroupski rroupski self-assigned this Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant