Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/web/docs/src/content/schema-registry/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ Here's an overview of what each of these steps means:
schema. You can include any information you wish to include in this JSON object (see
[Publishing Hive metadata](/docs/api-reference/cli#hive-metadata)).
- **Service Name**: the name of the service. This is used for Schema-Stitching and Apollo Federation
only.
only. A service name is restricted to 64 characters, must start with a letter, and can only
contain alphanumeric, `-`, and `_` characters.
- **Service URL**: the URL of the service. This is used for Schema-Stitching and Apollo Federation
only.

Expand Down
Loading