mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
fix: ✏️ Clarify extension namespace domain names should be reversed
This commit is contained in:
parent
35477fe64c
commit
396187fdbe
|
|
@ -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…
Reference in a new issue