diff options
| -rw-r--r-- | 46.md | 2 | ||||
| -rw-r--r-- | 66.md | 2 | ||||
| -rw-r--r-- | 71.md | 2 | ||||
| -rw-r--r-- | 72.md | 2 | ||||
| -rw-r--r-- | 88.md | 2 | ||||
| -rw-r--r-- | 90.md | 2 | ||||
| -rw-r--r-- | C0.md | 2 |
7 files changed, 7 insertions, 7 deletions
| @@ -204,7 +204,7 @@ _client_ should display (in a popup or new tab) the URL from the `error` field a | |||
| 204 | 204 | ||
| 205 | ### Announcing _remote-signer_ metadata | 205 | ### Announcing _remote-signer_ metadata |
| 206 | 206 | ||
| 207 | _remote-signer_ MAY publish it's metadata by using [NIP-05](05.md) and [NIP-89](89.md). With NIP-05, a request to `<remote-signer>/.well-known/nostr.json?name=_` MAY return this: | 207 | _remote-signer_ MAY publish its metadata by using [NIP-05](05.md) and [NIP-89](89.md). With NIP-05, a request to `<remote-signer>/.well-known/nostr.json?name=_` MAY return this: |
| 208 | ```jsonc | 208 | ```jsonc |
| 209 | { | 209 | { |
| 210 | "names":{ | 210 | "names":{ |
| @@ -67,7 +67,7 @@ Tags include: | |||
| 67 | - `frequency` - The frequency in seconds at which the monitor publishes events. | 67 | - `frequency` - The frequency in seconds at which the monitor publishes events. |
| 68 | - `timeout` (optional) - The timeout values for various checks conducted by a monitor. Index `1` is the monitor's timeout in milliseconds. Index `2` describes what test the timeout is used for. If no index `2` is provided, it is inferred that the timeout provided applies to all tests. | 68 | - `timeout` (optional) - The timeout values for various checks conducted by a monitor. Index `1` is the monitor's timeout in milliseconds. Index `2` describes what test the timeout is used for. If no index `2` is provided, it is inferred that the timeout provided applies to all tests. |
| 69 | - `c` - a lowercase string describing the checks conducted by a monitor. Examples include `open`, `read`, `write`, `auth`, `nip11`, `dns`, and `geo`. | 69 | - `c` - a lowercase string describing the checks conducted by a monitor. Examples include `open`, `read`, `write`, `auth`, `nip11`, `dns`, and `geo`. |
| 70 | - `g` - [NIP-52](https://github.com/nostr-protocol/nips/blob/master/11.md) geohash tag | 70 | - `g` - [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash tag |
| 71 | 71 | ||
| 72 | Monitors SHOULD also publish a `kind 0` profile and a `kind 10002` relay selections event. | 72 | Monitors SHOULD also publish a `kind 0` profile and a `kind 10002` relay selections event. |
| 73 | 73 | ||
| @@ -26,7 +26,7 @@ The primary source of video information is the `imeta` tags which is defined in | |||
| 26 | 26 | ||
| 27 | Each `imeta` tag can be used to specify a variant of the video by the `dim` & `m` properties. | 27 | Each `imeta` tag can be used to specify a variant of the video by the `dim` & `m` properties. |
| 28 | 28 | ||
| 29 | This NIP defines the following additional `imeta` properties aside form those listen in [NIP-92](92.md) & [NIP-94](94.md): | 29 | This NIP defines the following additional `imeta` properties aside from those listed in [NIP-92](92.md) & [NIP-94](94.md): |
| 30 | 30 | ||
| 31 | * `duration` (recommended) the duration of the video/audio in seconds (floating point number) | 31 | * `duration` (recommended) the duration of the video/audio in seconds (floating point number) |
| 32 | * `bitrate` (recommended) the average bitrate of the video/audio in bits/sec | 32 | * `bitrate` (recommended) the average bitrate of the video/audio in bits/sec |
| @@ -41,7 +41,7 @@ The goal of this NIP is to enable public communities. It defines the replaceable | |||
| 41 | 41 | ||
| 42 | ## Posting to a community | 42 | ## Posting to a community |
| 43 | 43 | ||
| 44 | [NIP-22](NIP-22) kind 1111 events SHOULD be used for text notes posted to a community, with the `A` tag always scoped to the community definition. | 44 | [NIP-22](22.md) kind 1111 events SHOULD be used for text notes posted to a community, with the `A` tag always scoped to the community definition. |
| 45 | 45 | ||
| 46 | ### Top-level posts | 46 | ### Top-level posts |
| 47 | 47 | ||
| @@ -48,7 +48,7 @@ Example Event | |||
| 48 | 48 | ||
| 49 | The response event is a `kind:1018` event. It contains an e tag with the poll event it is referencing, followed by one or more response tags. | 49 | The response event is a `kind:1018` event. It contains an e tag with the poll event it is referencing, followed by one or more response tags. |
| 50 | 50 | ||
| 51 | - **response** : The tag contains "response" as it's first positional argument followed by the option Id selected. | 51 | - **response** : The tag contains "response" as its first positional argument followed by the option Id selected. |
| 52 | 52 | ||
| 53 | The responses are meant to be published to the relays specified in the poll event. | 53 | The responses are meant to be published to the relays specified in the poll event. |
| 54 | 54 | ||
| @@ -58,7 +58,7 @@ All tags are optional. | |||
| 58 | * `<input-type>`: The way this argument should be interpreted. MUST be one of: | 58 | * `<input-type>`: The way this argument should be interpreted. MUST be one of: |
| 59 | * `url`: A URL to be fetched of the data that should be processed. | 59 | * `url`: A URL to be fetched of the data that should be processed. |
| 60 | * `event`: A Nostr event ID. | 60 | * `event`: A Nostr event ID. |
| 61 | * `job`: The output of a previous job with the specified event ID. The dermination of which output to build upon is up to the service provider to decide (e.g. waiting for a signaling from the customer, waiting for a payment, etc.) | 61 | * `job`: The output of a previous job with the specified event ID. The determination of which output to build upon is up to the service provider to decide (e.g. waiting for a signaling from the customer, waiting for a payment, etc.) |
| 62 | * `text`: `<data>` is the value of the input, no resolution is needed | 62 | * `text`: `<data>` is the value of the input, no resolution is needed |
| 63 | * `<relay>`: If `event` or `job` input-type, the relay where the event/job was published, otherwise optional or empty string | 63 | * `<relay>`: If `event` or `job` input-type, the relay where the event/job was published, otherwise optional or empty string |
| 64 | * `<marker>`: An optional field indicating how this input should be used within the context of the job | 64 | * `<marker>`: An optional field indicating how this input should be used within the context of the job |
| @@ -25,7 +25,7 @@ The `.content` field contains the actual code snippet text. | |||
| 25 | - `runtime` - Runtime or environment specification (e.g., "node v18.15.0", "python 3.11") | 25 | - `runtime` - Runtime or environment specification (e.g., "node v18.15.0", "python 3.11") |
| 26 | - `license` - License under which the code (along with any related data contained within the event, when available, such as the description) is shared. This MUST be a standard [SPDX](https://spdx.org/licenses/) short identifier (e.g., "MIT", "GPL-3.0-or-later", "Apache-2.0") when available. An additional parameter containing a reference to the actual text of the license MAY be provided. This tag can be repeated, to indicate multi-licensing, allowing recipients to use the code under any license of choosing among the referenced ones | 26 | - `license` - License under which the code (along with any related data contained within the event, when available, such as the description) is shared. This MUST be a standard [SPDX](https://spdx.org/licenses/) short identifier (e.g., "MIT", "GPL-3.0-or-later", "Apache-2.0") when available. An additional parameter containing a reference to the actual text of the license MAY be provided. This tag can be repeated, to indicate multi-licensing, allowing recipients to use the code under any license of choosing among the referenced ones |
| 27 | - `dep` - Dependency required for the code to run (can be repeated) | 27 | - `dep` - Dependency required for the code to run (can be repeated) |
| 28 | - `repo` - Reference to a repository where this code originates. This MUST be a either standard URL or, alternatively, the address of a [NIP-34](34.md) Git repository announcement event in the form `"30617:<32-bytes hex a pubkey>:<d tag value>"`. If a repository announcement is referenced, a recommended relay URL where to find the event should be provided as an additional parameter | 28 | - `repo` - Reference to a repository where this code originates. This MUST be either a standard URL or, alternatively, the address of a [NIP-34](34.md) Git repository announcement event in the form `"30617:<32-bytes hex a pubkey>:<d tag value>"`. If a repository announcement is referenced, a recommended relay URL where to find the event should be provided as an additional parameter |
| 29 | 29 | ||
| 30 | ## Format | 30 | ## Format |
| 31 | 31 | ||