mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 19:09:16 +01:00
fix: ✏️ Clarify extension namespace domain names should be reversed
This commit is contained in:
parent
35477fe64c
commit
396187fdbe
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Any field in an entity not marked as `required` may be omitted or set to `null`.
|
||||||
<Property name="extensions" type="Extensions" required={false} typeLink="/types#extensions">
|
<Property name="extensions" type="Extensions" required={false} typeLink="/types#extensions">
|
||||||
Extensions to the entity. Use this to add custom properties to the entity.
|
Extensions to the entity. Use this to add custom properties to the entity.
|
||||||
|
|
||||||
Each custom property must be namespaced with the organization's domain name, followed by the property name. Extensions should be used sparingly and only when necessary.
|
Each custom property must be namespaced with the organization's reversed domain name, followed by the property name. Extensions should be used sparingly and only when necessary.
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue