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
2 changes: 1 addition & 1 deletion openapi/components/schemas/World.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: World
type: object
description: ""

Check warning on line 3 in openapi/components/schemas/World.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-description

Cannot be empty.
properties:
authorId:
$ref: ./UserID.yaml
Expand Down Expand Up @@ -50,7 +50,7 @@
minLength: 1
name:
type: string
minLength: 1
minLength: 0
namespace:
type: string
occupants:
Expand Down Expand Up @@ -96,7 +96,7 @@
$ref: ./StoreID.yaml
tags:
type: array
description: " "

Check warning on line 99 in openapi/components/schemas/World.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-description

Cannot be empty.
items:
$ref: ./Tag.yaml
thumbnailImageUrl:
Expand Down