You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While implementing sigmf/sigmf-python#72, I found a change I needed to make in the spec that allow all tests to pass. I would have made a PR but I don't know if it serves another purpose.
All pattern regexes need these chars removed from the end \\$.
Previously we checked core:label to have maxLength 20, but the spec says it MAY be longer, so I guess it's OK if we don't enforce.
The names of the schemas in this repo are sigmf-schema, collection-schema, and antenna-schema. In the other repo we had schema-meta & schema-collection. Doesn't the latter make more sense and look better in a file listing?
The text was updated successfully, but these errors were encountered:
I've also run into that while playing around with writing a postgres schema for SigMF that uses the same regexs. Def feel free to modify the schema and we can get a new release of it cut.
as far as the filing naming comment, i saw a bunch of other folks doing xyz-schema.json, there's also some xyz.schema.json but i didnt like that as much. the point is to make it clear its a json schema, not just json
While implementing sigmf/sigmf-python#72, I found a change I needed to make in the spec that allow all tests to pass. I would have made a PR but I don't know if it serves another purpose.
All pattern regexes need these chars removed from the end
\\$
.Other notes:
core:label
to havemaxLength
20, but the spec says it MAY be longer, so I guess it's OK if we don't enforce.sigmf-schema
,collection-schema
, andantenna-schema
. In the other repo we hadschema-meta
&schema-collection
. Doesn't the latter make more sense and look better in a file listing?The text was updated successfully, but these errors were encountered: