Skip to content

Commit 86dd49b

Browse files
jdollen1ru4l
andauthored
docs: mention service name restrictions in publish docs (#6590)
Co-authored-by: Laurin Quast <[email protected]>
1 parent 1c44345 commit 86dd49b

File tree

1 file changed

+2
-1
lines changed
  • packages/web/docs/src/content/schema-registry

1 file changed

+2
-1
lines changed

packages/web/docs/src/content/schema-registry/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ Here's an overview of what each of these steps means:
130130
schema. You can include any information you wish to include in this JSON object (see
131131
[Publishing Hive metadata](/docs/api-reference/cli#hive-metadata)).
132132
- **Service Name**: the name of the service. This is used for Schema-Stitching and Apollo Federation
133-
only.
133+
only. A service name is restricted to 64 characters, must start with a letter, and can only
134+
contain alphanumeric, `-`, and `_` characters.
134135
- **Service URL**: the URL of the service. This is used for Schema-Stitching and Apollo Federation
135136
only.
136137

0 commit comments

Comments
 (0)