Files
api.pawol.nu/components/url/liens.json
T
2021-02-24 07:21:33 +01:00

29 lines
462 B
JSON

{
"collectionName": "components_url_liens",
"info": {
"name": "liens",
"icon": "link",
"description": ""
},
"options": {},
"attributes": {
"url": {
"type": "string",
"required": true
},
"sit": {
"type": "enumeration",
"enum": [
"Youtube",
"Peertube",
"Dailymotion",
"Vimeo",
"Soundcloud",
"File",
"Lbry"
],
"required": true
}
}
}