Neynar Hub API schema for UrlEmbed
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/hub/UrlEmbed", "title": "Hub UrlEmbed", "description": "Neynar Hub API schema for UrlEmbed", "type": "object", "properties": { "url": { "type": "string", "format": "uri" } }, "required": [ "url" ] }