new: [libraries] first JSON added to metaFields

pull/32/head
iglocska 2020-09-28 10:54:38 +02:00
parent 3d4b4f25f3
commit 3bb4043d0e
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,88 @@
{
"name": "FIRST Directory",
"namespace": "first",
"description": "Template based on the output of the FIRST Directory API",
"version": 1,
"scope": "organisation",
"uuid": "a89c80d0-7019-422a-b45b-fe59532886c7",
"source": "FIRST.org API",
"metaFields": [
{
"field": "first-id",
"type": "text"
},
{
"field": "team",
"type": "text"
},
{
"field": "team-full",
"type": "text"
},
{
"field": "host",
"type": "text"
},
{
"field": "establishment",
"type": "date"
},
{
"field": "address",
"type": "text"
},
{
"field": "country",
"type": "text"
},
{
"field": "website",
"type": "text",
"multiple": 1
},
{
"field": "email",
"type": "text"
},
{
"field": "phone",
"type": "text",
"regex": "/^\\+[0-9\\-]*$/",
"multiple": 1
},
{
"field": "phone-emergency",
"type": "text",
"regex": "/^\\+[0-9\\-]*$/"
},
{
"field": "timezone",
"type": "text"
},
{
"field": "timezone-dst",
"type": "text"
},
{
"field": "other-communication",
"type": "text"
},
{
"field": "operating-hours",
"type": "text"
},
{
"field": "constituency",
"type": "text"
},
{
"field": "constituency-description",
"type": "text"
},
{
"field": "member-since",
"type": "date"
}
]
}