mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
33 lines
516 B
JSON
Executable File
33 lines
516 B
JSON
Executable File
{
|
|
"connection": "default",
|
|
"collectionName": "addresses",
|
|
"info": {
|
|
"name": "address",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": [
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"full_name": {
|
|
"type": "string"
|
|
},
|
|
"postal_code": {
|
|
"type": "string"
|
|
},
|
|
"city": {
|
|
"type": "string"
|
|
},
|
|
"geolocation": {
|
|
"type": "json"
|
|
},
|
|
"country": {
|
|
"model": "country"
|
|
}
|
|
}
|
|
} |