{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Build annotation external link", "properties": { "label": { "type": "string" }, "url": { "type": "string" } }, "additionalProperties": false }