Files
api.pawol.nu/components/url/liens.json
T

30 lines
480 B
JSON
Raw Normal View History

2020-12-06 22:13:45 +01:00
{
"collectionName": "components_url_liens",
"info": {
"name": "liens",
"icon": "link",
"description": ""
},
"options": {},
"attributes": {
2020-12-18 19:22:45 +01:00
"url": {
2020-12-06 22:13:45 +01:00
"type": "string",
"required": true
},
2020-12-18 19:22:45 +01:00
"sit": {
2020-12-06 22:13:45 +01:00
"type": "enumeration",
"enum": [
2020-12-15 21:16:38 +01:00
"Youtube",
"Peertube",
"Dailymotion",
"Vimeo",
"Soundcloud",
2021-02-22 22:29:56 +01:00
"File",
2021-04-29 20:09:58 +02:00
"Lbry",
"Rumble"
2020-12-06 22:13:45 +01:00
],
"required": true
}
}
}