mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 10:48:12 +00:00
16 lines
229 B
JSON
16 lines
229 B
JSON
{
|
|
"connection": "default",
|
|
"info": {
|
|
"name": "test",
|
|
"description": ""
|
|
},
|
|
"attributes": {
|
|
"type": {
|
|
"type": "string",
|
|
"required": true,
|
|
"unique": true,
|
|
"configurable": true
|
|
}
|
|
}
|
|
}
|