-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Contributions are welcome. This repository is stewarded by Concert Foundation as a neutral, open standard. This page summarises CONTRIBUTING.md — that file is authoritative.
All contributions are accepted under the Concert Contributor Licence Agreement (CLA). The CLA lets Concert publish your contribution under the open licences in the IP & Licensing Policy while ensuring no contributor — and no commercial operator, including Score Networks — gains a preferential position.
- Individual contributors: the CLA assistant asks you to accept on your first pull request.
- Organisations: execute the Corporate CLA (one signatory covers all staff).
You keep ownership of your contribution. You grant Concert a royalty-free copyright licence and a royalty-free, non-exclusive patent licence to essential claims (the W3C model). See https://concert.foundation/governance/cla.
This determines how your change is reviewed (see Governance & Versioning):
-
Normative (
schema/, closed codelists): changes go through the Standards Committee revision process with a published comment period. The schema takes precedence over prose if they ever conflict. -
Non-normative (
docs/,examples/, open codelist values): may be updated freely by pull request.
- Open an issue describing the problem or gap. Use the templates:
- For schema changes, include: the field/object affected, the backward-compatibility impact, and at least one example instance.
- Submit a pull request. CI validates every example against the schema; PRs cannot merge with failing validation (see Validation & Conformance).
-
Extensions that add (rather than change) structure should be proposed as a spec under
docs/extensions/<id>.md(with schemas, codelists, and worked examples in-tree, or under the extension's own namespace) — see Extensions.
npm install
npm run validate # validates every example against the schemasTo also exercise the e-invoicing pipeline:
npm run transform # projects examples/invoice.json -> examples/invoice.ubl.xml
npm run verify-ubl # reconciles every EN 16931 value- Add or refine a worked example under
examples/(CI will validate it). - Add an open codelist value with a clear
Code,Title,Descriptionrow. - Improve a mapping note or the prose specification in
docs/. - Improve this wiki (non-normative).
- Governance & Versioning — change control and SemVer.
- Repository Structure — where everything lives.
SIGNET Standard — stewarded by Concert Foundation · Licensed CC0 1.0 · The JSON Schema is the source of truth. · Comments: hello@concert.foundation
Concepts
The Data Model
Interoperability
Using SIGNET
Extensions & demonstrations
- Extension & profile specs
- Agent demo — governed award
- Onboarding demo — conditional qualification
- Auction demo — deterministic close
Project