{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CodebookItem", "type": "object", "properties": { "key": { "type": "integer", "format": "int32" }, "id": { "type": "string", "nullable": true } }, "additionalProperties": false }