File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,14 @@ use only.
115115
116116The SSVC project does not manage namespaces with the ` x_ ` prefix, so
117117collisions may occur across organizations who develop their own private SSVC
118- namespaces.
118+ namespaces.
119+
120+ !!! warning "Reverse domain name notation recommended"
121+
122+ We strongly recommend using reverse domain name notation for private namespaces to
123+ avoid conflicts with other users' private namespaces. This helps to ensure
124+ that your private namespaces are unique and easily identifiable.
125+ E.g., `x_org.cert-experimental` for an experimental namespace within the CERT organization.
119126
120127!!! example "OT Monitoring Service (OTMS) Private Namespace"
121128
@@ -233,6 +240,8 @@ segment of the extension.
233240 To avoid conflicts with other users' extensions, we recommend using reverse
234241 domain name notation for your extensions. This helps to ensure that your
235242 extensions are unique and easily identifiable.
243+ For example, if your organization is `example.com`, you might use an extension
244+ like `ssvc//com.example/extension`.
236245
237246!!! example "Reverse Domain Name Notation"
238247
You can’t perform that action at this time.
0 commit comments