Short Blob
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/short-blob", "title": "Short Blob", "description": "Short Blob", "type": "object", "properties": { "url": { "type": "string" }, "sha": { "type": "string" } }, "required": [ "url", "sha" ] }