changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "code": {
+ "description": "Fetch mode: the full .kcad source.",
+ "type": "string"
+ },
+ "ok": {
+ "description": "Whether the read succeeded.",
+ "type": "boolean"
+ },
+ "parameters": {
+ "description": "Fetch mode: the model's editable parameters.",
+ "items": {},
+ "type": "array"
+ },
+ "privacy": {
+ "description": "Fetch mode: the project privacy.",
+ "type": "string"
+ },
+ "projects": {
+ "description": "List mode (no slug): the user's saved projects.",
+ "items": {},
+ "type": "array"
+ },
+ "slug": {
+ "description": "Fetch mode: the project slug.",
+ "type": "string"
+ },
+ "title": {
+ "description": "Fetch mode: the project title.",
+ "type": "string"
+ },
+ "updated_at": {
+ "description": "Fetch mode: last-updated timestamp.",
+ "type": "string"
+ },
+ "version": {
+ "description": "Fetch mode: the project version.",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}