From 615ab2c16d8343de21bfd2321379f0bd47a1cf72 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Tue, 29 Nov 2016 00:13:32 -0800 Subject: [PATCH] Correct alias description to match schema --- docs/schema.md | 3 +-- docs/types.md | 3 +-- schema.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/schema.md b/docs/schema.md index 2c211af..9427b8c 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -3,8 +3,7 @@ ```graphql # [Aliases](https://musicbrainz.org/doc/Aliases) are variant names # that are mostly used as search help: if a search matches an entity’s alias, the -# entity will be given as a result – even if the actual name wouldn’t be. They are -# available for artists, labels, and works. +# entity will be given as a result – even if the actual name wouldn’t be. type Alias { # The aliased name of the entity. name: String diff --git a/docs/types.md b/docs/types.md index 08e0a15..89f166c 100644 --- a/docs/types.md +++ b/docs/types.md @@ -122,8 +122,7 @@ requests can be made. [Aliases](https://musicbrainz.org/doc/Aliases) are variant names that are mostly used as search help: if a search matches an entity’s alias, the -entity will be given as a result – even if the actual name wouldn’t be. They are -available for artists, labels, and works. +entity will be given as a result – even if the actual name wouldn’t be. diff --git a/schema.json b/schema.json index f496e3f..dd96ecf 100644 --- a/schema.json +++ b/schema.json @@ -985,7 +985,7 @@ { "kind": "OBJECT", "name": "Alias", - "description": "[Aliases](https://musicbrainz.org/doc/Aliases) are variant names\nthat are mostly used as search help: if a search matches an entity’s alias, the\nentity will be given as a result – even if the actual name wouldn’t be. They are\navailable for artists, labels, and works.", + "description": "[Aliases](https://musicbrainz.org/doc/Aliases) are variant names\nthat are mostly used as search help: if a search matches an entity’s alias, the\nentity will be given as a result – even if the actual name wouldn’t be.", "fields": [ { "name": "name",
Field / Argument