{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttachmentArchiveEntry", "title": "AttachmentArchiveEntry", "additionalProperties": false, "properties": { "abbreviatedName": { "type": "string" }, "entryIndex": { "format": "int64", "type": "integer" }, "mediaType": { "type": "string" }, "name": { "type": "string" }, "size": { "format": "int64", "type": "integer" } }, "type": "object" }