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