Display name of the design system (e.g., 'Acme Design System'). A human-readable name, not a package name — package identifiers belong in extends.system or platform imports.
Version of the design system this documentation describes (e.g., '2.3.0'). SHOULD follow semver so tools can compare against extends.version and reviewedAgainst values.
The organization that maintains the system.
URL to the system's documentation site.
License of the design system, as an SPDX identifier (e.g., 'MIT', 'Apache-2.0') or a URL to the license text.
{
"organization": "Acme Corp",
"url": "https://design.acme.com",
"license": "MIT",
"name": "Acme Design System",
"version": "2.4.0"
}
Design System Documentation Spec (DSDS) 0.14.0 — Draft Specification
GitHub