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