{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Reply", "type": "object", "properties": { "@type": { "type": "string" }, "identifier": { "type": "string" }, "distributionId": { "type": "string" }, "contentType": { "type": "string" }, "size": { "type": "integer", "description": "Size in bytes" } } }