From 0932f9288a09cdd55d81294cd6c4d3cb42107f6e Mon Sep 17 00:00:00 2001 From: "[information redacted]" <87243354+information-redacted@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:56:05 +0300 Subject: [PATCH] Clarify Tag prefixes further `language_`-prefixed tags are used for indicating spoken languages (see: vrchat.com website), additionally, I've added the `author_tag_` prefix, which is used on tags provided by the world author themselves. --- openapi/components/schemas/Tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/components/schemas/Tag.yaml b/openapi/components/schemas/Tag.yaml index d96a4ddd..8022ba78 100644 --- a/openapi/components/schemas/Tag.yaml +++ b/openapi/components/schemas/Tag.yaml @@ -3,5 +3,5 @@ title: Tag description: |- Tags are a way to grant various access, assign restrictions or other kinds of metadata to various to objects such as worlds, users and avatars. - System tags starting with `system_` are granted automatically by the system, while admin tags with `admin_` are granted manually. More prefixes such as `language_ ` exists as well. + System tags starting with `system_` are granted automatically by the system, while admin tags with `admin_` are granted manually. More prefixes such as `language_ ` (to indicate that a player can speak the tagged language), and `author_tag_` (provided by a world author for search and sorting) exist as well. minLength: 1