esa-nodecg/schemas/donationReader.json
2024-03-13 11:26:46 +01:00

12 lines
163 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}