diff --git a/extensions/remote-udp/README.md b/extensions/remote-udp/README.md index aec5f179..43709fc3 100644 --- a/extensions/remote-udp/README.md +++ b/extensions/remote-udp/README.md @@ -20,12 +20,12 @@ This makes it possible for this extension to add additional allowed values to th ## Specification -This extension extends the `namespace` property of process graph nodes so that it accepts **absolute** URL with the protocols `https` (**recommended**) and `http` (discouraged). The URLs specified MUST either return +This extension extends the `namespace` property of process graph nodes so that it accepts **absolute** URL with the protocols `https` (**recommended**) and `http` (discouraged). The URLs specified MUST return one of the following two options: -1. a single process (compatible to the endpoint `GET /process_graphs/{process_graph_id}`). +1. A single process, compatible to the endpoint `GET /process_graphs/{process_graph_id}`. In this case, the `id` property of the process graph node MUST be equal to the `id` of the process, otherwise a `ProcessNamespaceInvalid` error is thrown -2. a list of processes (compatible to the endpoint `GET /process_graphs`) +2. A list of processes, compatible to the endpoint `GET /process_graphs`. In this case, the `id` property of the process graph node is used to identify the process from the list. If not found a `ProcessNamespaceInvalid` error is thrown