{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ForeignKey", "type": "object", "properties": { "referenced_table_name": { "type": "string" }, "referenced_column_names": { "type": "array" } } }