FILE / ScuroNeko/scuroneko.dev
data/schemas/shared.schema.json
Исходный файл и его история в репозитории.
24 lines
428 B
JSON
24 lines
428 B
JSON
{
|
|
"$defs": {
|
|
"tone": {
|
|
"enum": [
|
|
"blue",
|
|
"gold",
|
|
"mint",
|
|
"purple",
|
|
"red",
|
|
"cyan",
|
|
"green",
|
|
"pink",
|
|
"teal",
|
|
"lime",
|
|
"rose"
|
|
],
|
|
"type": "string"
|
|
}
|
|
},
|
|
"$id": "https://scuroneko.dev/schemas/shared.schema.json",
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"title": "Shared schema definitions"
|
|
}
|