{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DashboardGadgetPosition",
"title": "DashboardGadgetPosition",
"additionalProperties": false,
"description": "Details of a gadget position.",
"properties": {
"The column position of the gadget.": {
"format": "int32",
"type": "integer"
},
"The row position of the gadget.": {
"format": "int32",
"type": "integer"
}
},
"required": [
"The column position of the gadget.",
"The row position of the gadget."
],
"type": "object",
"writeOnly": true
}