2021-06-06 10:07:19 +00:00
|
|
|
{
|
|
|
|
|
"$id": "Version",
|
|
|
|
|
"type": "array",
|
|
|
|
|
"title": "Version Numbering",
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "A version made of 3 numbers.",
|
2021-06-09 11:19:07 +02:00
|
|
|
"examples": [[1, 0, 0]],
|
2021-06-06 10:07:19 +00:00
|
|
|
"items": [
|
2021-06-09 11:19:07 +02:00
|
|
|
{ "type": "number", "minimum": 1, "title": "" },
|
|
|
|
|
{ "type": "number", "minimum": 0, "title": "Major" },
|
|
|
|
|
{ "type": "number", "minimum": 0, "title": "Minor" }
|
2021-06-06 10:07:19 +00:00
|
|
|
]
|
|
|
|
|
}
|