리버티게임(개발), 모두가 만들어가는 자유로운 게임
imported>Hsl0님의 2023년 2월 26일 (일) 00:31 판
둘러보기로 이동
검색으로 이동
$schema | "http://json-schema.org/draft-07/schema#" |
---|
$ref | "#/definitions/Game" |
---|
definitions | Game | type | "object" |
---|
properties | name | |
---|
author | |
---|
description | |
---|
contributor | |
---|
category | anyOf | $ref | "#/definitions/category" |
---|
|
type | "array" |
---|
items | $ref | "#/definitions/category" |
---|
|
---|
|
|
---|
|
---|
progress | |
---|
openness | anyOf | |
type | "string" |
---|
const | "partial" |
---|
|
|
---|
|
---|
tech | type | "string" |
---|
enum | "link" |
"cgi" |
"windows" |
"db" |
"javascript" |
"lua" |
"other" |
|
---|
|
---|
rating | type | |
---|
enum | null |
"test" |
"all" |
12 |
15 |
18 |
|
---|
|
---|
construction | |
---|
repair | |
---|
abandon | |
---|
gameDB | type | "object" |
---|
properties | default | $ref | "#/definitions/DB2KeyInfo" |
---|
|
---|
keys | type | "object" |
---|
additionalProperties | $ref | "#/definitions/DB2KeyInfo" |
---|
|
---|
|
---|
|
---|
additionalProperties | false |
---|
|
---|
|
---|
required | "name" |
"author" |
"description" |
"category" |
"progress" |
"openness" |
"tech" |
|
---|
additionalProperties | false |
---|
|
---|
category | type | "string" |
---|
enum | "adv" |
"liv" |
"ral" |
"rod" |
"esc" |
"nax" |
"act" |
"sht" |
"puz" |
"qiz" |
"brd" |
"mus" |
"mlt" |
"cpn" |
"prd" |
"rnd" |
"wst" |
"mag" |
|
---|
|
---|
DB2KeyInfo | type | "object" |
---|
properties | |
---|
required | |
---|
additionalProperties | false |
---|
|
---|
|
---|