{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ReconciliationStatusEnum", "enum": [ "pending", "reviewed" ], "type": "string" }