Comcast / Comcast/sheens

Perhaps support pattern (meta) properties

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
122
Forks
27
PR merge metrics
No merged PRs in 30d

Description

For example,

```json
{"order":"?something","when":"now","#otherProps":false}
```

might mean that any matching message must have no properties other than `order` and `when`. (Presumably such a directive would be local to the structure in which it is present. And presumably not inherited ... )

Or perhaps

```json
{"order":"?something","#expectedTraffic":0.30}
```
might mean that 30 percent of some traffic should match that pattern. In this case, pattern matching would simply ignore the `"#expectedTraffic":0.30`, but a tool looking at the pattern would of course still see that data.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.