simple-spaceapi/src/components/hackspace/camera.json
2025-04-01 10:43:03 +02:00

16 lines
270 B
JSON

{
"collectionName": "components_hackspace_cameras",
"info": {
"displayName": "Camera",
"icon": "eye",
"description": ""
},
"options": {},
"attributes": {
"url": {
"type": "string",
"required": true,
"unique": true
}
}
}