{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApproveSnapshotInput", "title": "ApproveSnapshotInput", "type": "object", "properties": { "identifier": { "type": "string" }, "new_hash": { "type": "string" } }, "required": [ "identifier", "new_hash" ] }