mentionable.dev

Mentionable v1 JSON-LD context

This URL is the namespace IRI prefix for the Mentionable v1 vocabulary used in A2A Agent Card projections. Term IRIs are formed by appending #<term>.

Terms

JSON-LD context document

A JSON-LD processor that dereferences this URL receives the following context. The @context block is also embedded as a hidden application/ld+json script tag so machine consumers can fetch the HTML view and still extract a usable context.

{
  "@context": {
    "@version": 1.1,
    "mentionable": "https://mentionable.dev/ns/v1#",
    "defaultAgent": {
      "@id": "https://mentionable.dev/ns/v1#defaultAgent",
      "@type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "agents": {
      "@id": "https://mentionable.dev/ns/v1#agents",
      "@container": "@list"
    },
    "routerType": {
      "@id": "https://mentionable.dev/ns/v1#routerType",
      "@type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "protocols": {
      "@id": "https://mentionable.dev/ns/v1#protocols",
      "@container": "@list"
    },
    "webfinger": {
      "@id": "https://mentionable.dev/ns/v1#webfinger",
      "@type": "@id"
    }
  }
}