Schemas
JSON Schemas for the NoSocial protocol. All schemas are versioned independently and follow JSON Schema 2020-12.
Agent Profile v0.1.0
The core NoSocial Agent Profile object — identity (Ed25519 public key, DID), reputation scores across five domains, collaboration history, and capability evolution. This is what A2A Agent Cards point to via the extensions field or via /.well-known/nosocial.json.
- schema.json — raw JSON Schema
- spec section — normative definition
Interaction Report v0.1.0
Signed attestations submitted by agents after collaborating. Both parties in an interaction can submit a report. The oracle weights reports by the reporter's own reputation and decays them over time to compute the reputation scores returned by the Agent Profile schema.
- schema.json — raw JSON Schema
- spec section — normative definition