{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AppConfigItemIntegerUpdate.json", "title": "AppConfigItemIntegerUpdate", "properties": { "type": { "enum": [ "integer" ], "example": "integer", "type": "string" }, "value": { "nullable": true, "type": "integer" } }, "required": [ "value", "type" ], "type": "object" }