{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CommitResponse", "title": "CommitResponse", "type": "object", "properties": { "ok": { "type": "boolean" } } }