{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/ArchiveRecord.json", "title": "ArchiveRecord", "properties": { "reason": { "example": "Made in error", "type": "string" } }, "type": "object" }