| 93 | | "WritesToDB": { |
| 94 | | "description": "Please indicate TRUE / FALSE to whether the code writes any data to the database.", |
| 95 | | "type": "boolean" |
| 96 | | }, |
| 97 | | "CreatesCustomPostTypes": { |
| 98 | | "description": "Please indicate TRUE / FALSE as to whether the code creates any Custom Post Types", |
| 99 | | "type": "boolean" |
| 100 | | }, |
| 101 | | "CreatesCustomTables": { |
| 102 | | "description": "Please indicate TRUE / FALSE as to whether the code creates any custom tables in the database.", |
| 103 | | "type": "boolean" |
| | 93 | "DatabaseManagement": { |
| | 94 | "type": "object", |
| | 95 | "properties": { |
| | 96 | "WritesToDB": { |
| | 97 | "description": "Please indicate TRUE / FALSE to whether the code writes any data to the database.", |
| | 98 | "type": "boolean" |
| | 99 | }, |
| | 100 | "CreatesCustomPostTypes": { |
| | 101 | "description": "Please indicate TRUE / FALSE as to whether the code creates any Custom Post Types", |
| | 102 | "type": "boolean" |
| | 103 | }, |
| | 104 | "CreatesCustomTables": { |
| | 105 | "description": "Please indicate TRUE / FALSE as to whether the code creates any custom tables in the database.", |
| | 106 | "type": "boolean" |
| | 107 | } |
| | 108 | } |