{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "triggers-db", "$comment": "TODO: Clean up schema naming and allow partial documents here in the database schema.", "oneOf": [ { "$ref": "endpoint-schema" }, { "$ref": "eventSystem-schema" }, { "$ref": "manual-schema" }, { "$ref": "schedule-schema" } ] }