A document hosted in the registry
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RemoteDocument", "title": "RemoteDocument", "description": "A document hosted in the registry", "properties": { "registry_url": { "type": "string" } }, "required": [ "registry_url" ] }