{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UniqueKey", "type": "object", "description": "Unique keys are columns in a table that uniquely identify items in the rows. This sounds a lot like a primary key, but the main difference is that unique keys can have NULL values." }