{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Application", "type": "object", "properties": { "formNumber": { "type": "string" }, "makerChecker": { "type": "boolean" }, "memo": { "type": "string" } } }