blob: 118a3167986a63b1b7acbbcdb5f50b0ee3b97651 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"definitions": {},
"$id": "urn:williamdes:mariadb-mysql-kbs:doc-version",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "number",
"title": "The Version Schema ",
"description": "Version of file",
"default": 1,
"examples": [
1,
1.1,
2.9,
3
]
}
|