Json Ld

A JSONLD property references a JSON-LD context document that provides structured, linked-data semantics for the API's data. JSON-LD makes it possible for machines to interpret the meaning of API responses by linking terms to a shared vocabulary. This is particularly valuable for APIs that participate in knowledge graph workflows or need to interoperate with semantic web tooling.

Example

json-ld.yaml
- type: JSONLD
  url: https://developers.example.com/context.jsonld
  mediaType: application/ld+json

Tags

All Properties