You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[ext](./ext.md)| Extensions discovering extensions on registry server |
18
18
19
19
## Name
20
20
21
21
Extension names MUST be unique. Extensions are specified by
22
-
`namespace` aligning with the project, followed by the `extension` provided by the project and last by by the `component`. This constitues the URI segments
22
+
`namespace` aligning with the project, followed by the `extension` provided by the project and last by by the `component`. This constitutes the URI segments
23
23
of the extension endpoint. Additional options may be passed as parameters to the endpoint.
24
24
25
25
```http
@@ -49,8 +49,8 @@ GET /v2/<name>/_<ns>/<ext>/<component>[?<key>=<value>&...]
49
49
50
50
## Filename
51
51
52
-
Extention definitions SHOULD be placed under `./ext/`. Extension files
53
-
SHOULD follow the `ext-$name.md`. Refer [ext.md](./ext.md) for more details.
52
+
Extension definitions SHOULD be placed under `./ext/`. Extension files
53
+
SHOULD follow the `ext-$ns-$name.md`. Refer [ext.md](./ext.md) for more details.
0 commit comments