Skip to content

Commit edf3984

Browse files
committed
fixing copilot suggestions
1 parent b95f99d commit edf3984

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎specs/Data-Gateway.json‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11159,7 +11159,11 @@
1115911159
}
1116011160
},
1116111161
"schema": {
11162-
"$ref": "#/components/schemas/CloudMatrix.TemplateMetadata"
11162+
"type": "array",
11163+
"minItems": 0,
11164+
"items": {
11165+
"$ref": "#/components/schemas/CloudMatrix.TemplateMetadata"
11166+
}
1116311167
}
1116411168
}
1116511169
}

0 commit comments

Comments
 (0)