Documentation

A reference to the human readable documentation for an API, that describes the surface area of an API with all the details consumers need. This documentation may or may not be generated from an OpenAPI or other machine-readable artifact, but is published as HTML or Markdown, and mean for human consumption when onboarding with an API.

Also known as: Docs, API Reference, Developer Documentation, Reference

Example

documentation.yaml
- type: Documentation
  url: https://developers.example.com/docs

Standards

HTTP Headers

HeaderDirectionSpecDescription
Link response RFC 8288 Carries link relations such as `service-doc` and `describedby` pointing to documentation.

Well-Known Paths

Media Types

OpenAPI Expression

Link Relations

Governance Rules

Risk & Compliance

Compliance:

Security: Documentation often leaks sensitive details — internal hostnames, example tokens, unredacted PII in samples, or undocumented but discoverable endpoints. Treat docs as a publication surface; review samples for secrets and keep internal-only operations out of public bundles.

Tools

Suggested Metrics

Example Implementations

Related Properties

Tags


All Common Properties