An external or local reference.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Link", "type": "object", "description": "An external or local reference.", "properties": { "uri": { "type": "string", "description": "The link identifier." } } }