Uh oh!
There was an error while loading. Please reload this page.
Promote the SI defining constants to named quantity nodes - #129
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Uh oh!
There was an error while loading. Please reload this page.
🤖 Augment PR SummarySummary: This PR updates the SI defining-constant schemas so that, when converted to JSON-LD/RDF, they become named Changes:
Technical Notes: The approach relies on JSON Schema extension keywords to drive JSON-LD emission, adding stable IDs for constants while keeping the instance data format as simple numeric values. 🤖 Was this summary useful? React with 👍 or 👎 |
| }, | ||
| "measuredOffset": { | ||
| "x-jsonld-id": "https://schema.org/value", | ||
| "$ref": "../schemas/bipm/si/2019/derived/prefixed/millihertz/v1.json" |
There was a problem hiding this comment.
examples/calibration-certificate.json:48 The measuredOffset field references the millihertz quantity schema, which currently has exclusiveMinimum: 0, so a zero or negative frequency offset would be rejected. If measuredOffset is meant to represent a signed deviation from the defining constant, consider using a schema that permits 0 and negative values.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com