Update subscription-schema.md (#4658)

Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Joe Bowbeer 2025-05-23 22:27:52 -07:00 committed by GitHub
parent 21721182fb
commit 46d200e751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -9,12 +9,12 @@ description: "The basic spec for a Dapr subscription"
The `Subscription` Dapr resource allows you to subscribe declaratively to a topic using an external component YAML file.
{{% alert title="Note" color="primary" %}}
Any subscription can be restricted to a particular [namepsace]({{< ref isolation-concept.md >}}) and restricted access through scopes to any particular set of applications.
Any subscription can be restricted to a particular [namespace]({{< ref isolation-concept.md >}}) and restricted access through scopes to any particular set of applications.
{{% /alert %}}
This guide demonstrates two subscription API versions:
- `v2alpha` (default spec)
- `v2alpha1` (default spec)
- `v1alpha1` (deprecated)
## `v2alpha1` format
@ -89,4 +89,4 @@ scopes:
- [Learn more about the declarative subscription method]({{< ref "subscription-methods.md#declarative-subscriptions" >}})
- [Learn more about dead letter topics]({{< ref pubsub-deadletter.md >}})
- [Learn more about routing messages]({{< ref "howto-route-messages.md#declarative-subscription" >}})
- [Learn more about bulk subscribing]({{< ref pubsub-bulk.md >}})
- [Learn more about bulk subscribing]({{< ref pubsub-bulk.md >}})