changedInput schema / properties / description / description
Previous value: -"Short description of what the app does"New value: +"What the app does. Defaults to the name"
changedInput schema / properties / html / description
Previous value: -"The app's HTML content (can include inline CSS and JavaScript, max 256KB)"New value: +"The app's HTML, inline CSS and JavaScript included, up to 256KB"
addedInput schema / properties / icon
Added value: +{
+ "description": "An SVG icon",
+ "type": "string"
+}
changedInput schema / properties / name / description
Previous value: -"App name (e.g. Pomodoro Timer)"New value: +"App name, e.g. \"Pomodoro Timer\""
changedInput schema / properties / price / description
Previous value: -"Credits charged per use (0 = free, max 1000)"New value: +"Credits charged per use, 0 for free, up to 1000"
changedInput schema / properties / slug / description
Previous value: -"URL-friendly ID (e.g. pomodoro-timer)"New value: +"URL-friendly id, e.g. pomodoro-timer. Derived from the name if omitted"
changedInput schema / properties / tags / description
Previous value: -"Comma-separated tags (optional)"New value: +"Comma-separated tags"
changedInput schema / required
Previous value: -[
- "name",
- "slug",
- "description",
- "html"
-]New value: +[
+ "name",
+ "html"
+]