Changes between Version 8 and Version 9 of Ticket #51092
- Timestamp:
- 08/26/2020 12:15:59 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51092 – Description
v8 v9 43 43 }, 44 44 "version": { 45 "description": "Please supply the plugin or theme's version number, or the Core version, if the component is a Core component, which introduced the current version of this disclosures.json file ",45 "description": "Please supply the plugin or theme's version number, or the Core version, if the component is a Core component, which introduced the current version of this disclosures.json file, i.e. this should represent the since value.", 46 46 "type": "string" 47 47 } 48 48 } 49 49 }, 50 "licens ing": {50 "licenses": { 51 51 "type": "object", 52 52 "properties": { … … 57 57 "localAssets": { 58 58 "description": "Please provide a comma-separated list of URLs to the license that applies to the use of each asset that has been included locally. This includes the license of any bundled libraries, as well as the licenses of any images, fonts, etc.", 59 "type": "string" 59 "type": "array", 60 "items": { 61 "type": "string", 62 "format": "uri-reference" 63 }, 64 "uniqueItems": true 60 65 }, 61 66 "remoteAssets": { 62 67 "description": "Please provide a comma-separated list of URLs to the license that applies to the use of each asset that is accessed remotely. This includes the licenses of any external libraries, as well as the licenses of any images, fonts, etc.", 63 "type": "string" 64 } 65 } 66 }, 67 "externalNetworkCalls": { 68 "description": "Please enter a comma-separated list of URLs containing the links to the Privacy Policies of the sites to which the external calls are being made.", 68 "type": "array", 69 "items": { 70 "type": "string", 71 "format": "uri-reference" 72 }, 73 "uniqueItems": true 74 } 75 } 76 }, 77 "external": { 78 "description": "Please enter a comma-separated list of URLs containing the links to the Privacy Policies of the sites to which the calls to external networks are being made.", 69 79 "type": "object", 70 80 "properties": { 71 81 "PHP": { 72 "type": "string" 82 "type": "array", 83 "items": { 84 "type": "string", 85 "format": "uri-reference" 86 }, 87 "uniqueItems": true 73 88 }, 74 89 "JavaScript": { 75 "type": "string" 90 "type": "array", 91 "items": { 92 "type": "string", 93 "format": "uri-reference" 94 }, 95 "uniqueItems": true 76 96 }, 77 97 "CSS": { 78 "type": "string" 98 "type": "array", 99 "items": { 100 "type": "string", 101 "format": "uri-reference" 102 }, 103 "uniqueItems": true 79 104 } 80 105 } … … 86 111 "SaaS": { 87 112 "description": "Please provide a comma-separated list of URLs to the Terms of Service of any instances of Software as a Service.", 88 "type": "string" 89 }, 90 "externalAPICalls": { 113 "type": "array", 114 "items": { 115 "type": "string", 116 "format": "uri-reference" 117 }, 118 "uniqueItems": true 119 }, 120 "externalAPIs": { 91 121 "description": "Please provide a comma-separated list of URLs to the Terms of Service of any external API being used.", 92 "type": "string" 122 "type": "array", 123 "items": { 124 "type": "string", 125 "format": "uri-reference" 126 }, 127 "uniqueItems": true 93 128 }, 94 129 "remoteAssets": { 95 130 "description": "Please provide a comma-separated list of URLs to the Terms of Service that applies to the use of each remote asset. This relates to the use of CDNs for images, fonts, etc.", 96 "type": "string" 131 "type": "array", 132 "items": { 133 "type": "string", 134 "format": "uri-reference" 135 }, 136 "uniqueItems": true 97 137 }, 98 138 "requiresRegistration": { 99 139 "description": "Please provide a comma-separated list of URLs to the Terms of Service that apply to any accounts that need to be registered in order to be able to make use of this component's code.", 100 "type": "string" 140 "type": "array", 141 "items": { 142 "type": "string", 143 "format": "uri-reference" 144 }, 145 "uniqueItems": true 101 146 } 102 147 } … … 108 153 "APIEndpoints": { 109 154 "description": "Please provide a comma-separated list of URLs for any internal API endpoints that are created by the code using example.com as the domain.", 110 "type": "string" 155 "type": "array", 156 "items": { 157 "type": "string", 158 "format": "uri-reference" 159 }, 160 "uniqueItems": true 111 161 }, 112 162 "feeds": { 113 163 "description": "Please provide a comma-separated list of URLs for any internal feeds that are created by the code, using example.com as the domain.", 164 "type": "array", 165 "items": { 166 "type": "string", 167 "format": "uri-reference" 168 }, 169 "uniqueItems": true 114 170 } 115 171 } … … 118 174 "type": "object", 119 175 "properties": { 120 "setsCookies InPHP": {176 "setsCookiesPHP": { 121 177 "description": "Please provide the names of any cookies that have been set using PHP.", 122 "type": "string" 123 }, 124 "setsCookiesUsingJavaScript": { 178 "type": "array", 179 "items": { 180 "type": "string", 181 }, 182 "uniqueItems": true 183 }, 184 "setsCookiesJavaScript": { 125 185 "description": "Please provide the names of any cookies that have been set using JavaScript.", 126 "type": "string" 186 "type": "array", 187 "items": { 188 "type": "string", 189 }, 190 "uniqueItems": true 127 191 }, 128 192 "usesLocalStorage": { 129 193 "description": "Please indicate whether the code makes use of local storage.", 130 "type": " string"131 } 132 } 133 }, 134 "database Management": {194 "type": "boolean" 195 } 196 } 197 }, 198 "database": { 135 199 "type": "object", 136 200 "properties": { … … 139 203 "type": "boolean" 140 204 }, 141 " createsCPT": {205 "CPT": { 142 206 "type": "object", 143 207 "description": "Please indicate whether the component creates any Custom Post Types.", … … 148 212 "minimum": 0 149 213 }, 150 " userGenerated": {214 "manual": { 151 215 "description": "Please indicate whether the code allows for users to generate Custom Post Types.", 152 216 "type": "boolean" … … 155 219 }, 156 220 "customTables": { 157 "description": "Please indicate TRUE / FALSE as towhether the code creates any custom tables in the database.",221 "description": "Please indicate whether the code creates any custom tables in the database.", 158 222 "type": "object", 159 223 "properties": { … … 163 227 "minimum": 0 164 228 }, 165 " userGenerated": {229 "manual": { 166 230 "description": "Please indicate whether the code allows the user to create any custom tables.", 167 231 "type": "boolean" … … 190 254 "description": "Please indicate the component's compatibility with Privacy Tools.", 191 255 "properties": { 192 " PPIExport": {256 "ppiExport": { 193 257 "description": "Do you as a developer consider the code to be compatible with the PPI Export Tool in WordPress?", 194 258 "type": "boolean" 195 259 }, 196 " PPIErasure": {260 "ppiErasure": { 197 261 "description": "Do you as a developer consider the code to be compatible with the PPI Erasure Tool in WordPress?", 198 262 "type": "boolean" 199 263 }, 200 " ConsentAPI": {264 "consentAPI": { 201 265 "description": "Do you as a developer consider the code to be compatible with the WordPress Consent API?", 202 266 "type": "boolean" 203 267 }, 204 " DisclosuresTab": {268 "disclosuresTab": { 205 269 "description": "Do you as a developer consider the code to be compatible with the Disclosure Tab?", 206 270 "type": "boolean" 207 271 }, 208 " PermissionsTab": {272 "permissionsTab": { 209 273 "description": "Do you as a developer consider the code to be compatible with the Permissions Tab?", 210 274 "type": "boolean" … … 224 288 "type": "boolean" 225 289 }, 226 "affiliate Links": {290 "affiliates": { 227 291 "description": "Does this code contain, or generate affiliate links - i.e. links from which the author may receive conditional compensation, whether in money, or in kind?", 228 292 "type": "boolean"