{"table_name":"semantic_suggested_schema","full_table_name":"wp_semantic_suggested_schema","description":"Stores semantic suggested schema data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_semantic_suggested_schema ( id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, analysis_id bigint(20) UNSIGNED NOT NULL, post_id bigint(20) UNSIGNED NOT NULL, entity varchar(255), type varchar(100), detection_method varchar(100), use_in_schema tinyint(1) DEFAULT 1, schema_properties longtext, reasoning text, approval_status varchar(20) NOT NULL DEFAULT 'pending', created_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY analysis_id (analysis_id), KEY post_id (post_id) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"analysis_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"post_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"entity","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"type","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"detection_method","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"use_in_schema","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"schema_properties","type":"longtext","nullable":true,"primary_key":false},{"name":"reasoning","type":"text","nullable":true,"primary_key":false},{"name":"approval_status","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"ai-data-layer","name":"AI Data Layer – AI SEO & AI Search Optimization: llms.txt, MCP Server, Schema (AEO/GEO)","active_installs":0,"version":"1.13.0","wp_org_url":"https://wordpress.org/plugins/ai-data-layer/"}}