Naming convention
Here you can find conventions about naming terms, fields, attributes, etc.
Arabic / Quranic terms
Naming
contacts: [
{
"type": "email",
"value": "example.com"
},
{
"type": "phone",
"value": "+123456789"
}
]<contacts>
<contact>
<type>email</type>
<value>example.com</value>
</contact>
<contact>
<type>phone</type>
<value>+123456789</value>
</contact>
</contacts>Last updated