{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DateAppConfigItem.json", "title": "DateAppConfigItem", "allOf": [ { "$ref": "#/components/schemas/BaseAppConfigItem" }, { "properties": { "type": { "enum": [ "date" ], "type": "string" }, "value": { "example": "2022-01-01", "nullable": true, "type": "string" } } } ] }