{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DocumentationLink", "type": "object", "description": "A link to documentation associated with a component.", "properties": { "uri": { "type": "string", "description": "The URI of the documentation link." } } }