ruddle/pocs/json_schema/base.schema.json
2022-08-20 17:39:01 +02:00

9 lines
127 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"version": {
"type": "string"
}
}
}