{ "type": "object", "description": "Single item in a batch archive operation", "name": "BatchInputItem", "properties": { "id": { "type": "string", "description": "ID of the post to process" } }, "required": [ "id" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }