How your contribution appears
- New type: a Registry record with your attribution, its maintainers, definition, examples and maturity label. It also appears in Types and search.
- Amendment: an update to an existing record, with the contributor, change summary and original submission retained in its history.
- Implementation: a support declaration or submitted test report under the type it implements, tied to the exact version, execution profile and record.
Before proposing a type
Check the Registry and related standards. If an existing definition covers the interaction, propose an example, implementation or amendment to that definition.
Write the proposal
Include the target, available actions, required inputs, permissions and results. Show one complete exchange and the failure cases that explain its boundaries. Identify the existing formats or protocols it uses.
Review
Contributions are prepared as repository changes. The checks validate their structure and references, reject conflicting updates and build the site preview. Review considers whether the interaction is useful across services, its operations are clear and it reuses existing work. Passing validation does not establish acceptance or compatibility.
For MAP itself, useful feedback identifies an ambiguous result, a missing permission check or an assumption that breaks when the service changes. Include a reproducible example.
Implementation evidence
Identify the product, type version, execution profile and operations supported. A test report also needs an evidence link, reproduction instructions and results. The Registry distinguishes support declarations from submitted test reports; neither is a certification badge.
Validate and import
In a checkout of the site, validate your JSON file before creating the repository change:
npm run registry:ingest -- contribution.jsonTo import the validated contribution and build its preview:
npm run registry:ingest -- contribution.json --write
npm run verify
npm run dev -- --port 4325Open the type’s Registry page to inspect the result. Submit the contribution file in a pull request for review. Amendments must name the digest of the record they change, so an old submission cannot silently replace a newer definition.
The contribution schema uses JSON Schema 2020-12. The Registry data includes the record identifiers and digests needed for amendments and implementation declarations. These describe Registry submissions, not MAP wire messages.
Public submissions
The local checker, importer and preview are available. The public repository and contribution terms have not yet been opened, so this site does not receive submissions. The example files use an illustrative vendor and are not Registry entries.