mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
16 lines
270 B
JSON
16 lines
270 B
JSON
{
|
|
"collectionName": "components_hackspace_cameras",
|
|
"info": {
|
|
"displayName": "Camera",
|
|
"icon": "eye",
|
|
"description": ""
|
|
},
|
|
"options": {},
|
|
"attributes": {
|
|
"url": {
|
|
"type": "string",
|
|
"required": true,
|
|
"unique": true
|
|
}
|
|
}
|
|
}
|