mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-01 03:21:24 +00:00
8 lines
182 B
JSON
8 lines
182 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "fif-version.json",
|
||
|
"title": "FIF version schema",
|
||
|
"type": "string",
|
||
|
"pattern": "^([*]|[[:digit:]]{1,3})$"
|
||
|
}
|