ruddle/pocs/json_schema/base.schema.json

9 lines
127 B
JSON
Raw Permalink Normal View History

2022-08-20 17:39:01 +02:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"version": {
"type": "string"
}
}
}