| 138 | }, |
| 139 | "MonetizationPractices": { |
| 140 | "type": "object", |
| 141 | "properties": { |
| 142 | "UpsellingInWPAdmin": { |
| 143 | "description": "Does this code promote a paid version, or extensions, or other products or services from the same author(s)?", |
| 144 | "type": "boolean" |
| 145 | }, |
| 146 | "AsksForBackLinks": { |
| 147 | "description": "Does this code contain or generate, or ask the site owner / admin for permission to generate, backlinks?", |
| 148 | "type": "boolean" |
| 149 | }, |
| 150 | "AffiliateLinks": { |
| 151 | "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?", |
| 152 | "type": "boolean" |
| 153 | }, |
| 154 | "PaidPromotion": { |
| 155 | "description": "Does the code contain, or generate promotions or recommendations for any products or services not directly under the control of the author(s), for which the author(s) receive any compensation, whether in money, or in kind?", |
| 156 | "type": "boolean" |
| 157 | } |
| 158 | } |