diff --git a/packages/web/docs/src/content/schema-registry/index.mdx b/packages/web/docs/src/content/schema-registry/index.mdx index de2d0f9310..21b689cacf 100644 --- a/packages/web/docs/src/content/schema-registry/index.mdx +++ b/packages/web/docs/src/content/schema-registry/index.mdx @@ -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.