fix: ✏️ Clarify extension namespace domain names should be reversed

This commit is contained in:
Jesse Wierzbinski 2024-07-31 18:58:19 +02:00
parent 35477fe64c
commit 396187fdbe
No known key found for this signature in database

View file

@ -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>