changedInput schema / properties / body / properties / groupOrders / anyOf
Previous value: -[
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "groupId": {
- "description": "Group these components belong to",
- "format": "uuid",
- "type": "string"
- },
- "positions": {
- "description": "Ordered component IDs with their within-group display order",
- "items": {
- "additionalProperties": false,
- "properties": {
- "componentId": {
- "description": "Component ID",
- "format": "uuid",
- "type": "string"
- },
- "displayOrder": {
- "description": "New display order (0-based)",
- "type": "integer"
- },
- "groupId": {
- "anyOf": [
- {
- "format": "uuid",
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Target group ID, null for ungrouped"
- }
- },
- "required": [
- "componentId",
- "displayOrder"
- ],
- "type": "object"
- },
- "minItems": 1,
- "type": "array"
- }
- },
- "required": [
- "groupId",
- "positions"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "properties": {
+ "groupId": {
+ "description": "Group these components belong to",
+ "format": "uuid",
+ "type": "string"
+ },
+ "positions": {
+ "description": "Ordered component IDs with their within-group display order",
+ "items": {
+ "properties": {
+ "componentId": {
+ "description": "Component ID",
+ "format": "uuid",
+ "type": "string"
+ },
+ "displayOrder": {
+ "description": "New display order (0-based)",
+ "type": "integer"
+ },
+ "groupId": {
+ "anyOf": [
+ {
+ "format": "uuid",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Target group ID, null for ungrouped"
+ }
+ },
+ "required": [
+ "componentId",
+ "displayOrder"
+ ],
+ "type": "object"
+ },
+ "minItems": 1,
+ "type": "array"
+ }
+ },
+ "required": [
+ "groupId",
+ "positions"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]