rougail-output-doc/tests/results/test/00_8test.json

207 lines
3.4 KiB
JSON
Raw Normal View History

{
"var1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var1",
"names": [
"var1"
],
2025-10-14 12:58:39 +02:00
"description": "The first variable.",
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Example",
"values": "test"
},
"gen_examples": [
"test"
],
"mandatory_without_value": true
},
"var2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "value"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var2",
"names": [
"var2"
],
2025-10-14 12:58:39 +02:00
"description": "The second variable.",
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Example",
"values": "test"
},
"gen_examples": [
"test"
],
"mandatory_without_value": false
},
"var3": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var3",
"names": [
"var3"
],
2025-10-14 12:58:39 +02:00
"description": "The third variable.",
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Examples",
"values": [
"test1",
"test2"
]
},
"gen_examples": [
"test1"
],
"mandatory_without_value": true
},
"var4": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
}
],
2025-10-14 12:58:39 +02:00
"path": "var4",
"names": [
"var4"
],
2025-10-14 12:58:39 +02:00
"description": "The forth variable.",
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Examples",
"values": [
null,
"test1",
"test2"
]
},
"gen_examples": [
null
],
"mandatory_without_value": false
},
"var5": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": true
},
"properties": [
{
"type": "type",
"name": "boolean"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "var5",
"names": [
"var5"
],
2025-10-14 12:58:39 +02:00
"description": "The fifth variable.",
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Example",
"values": false
},
"gen_examples": [
false
],
"mandatory_without_value": false
},
"var6": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
2025-10-14 12:58:39 +02:00
"path": "var6",
"names": [
"var6"
],
2025-10-14 12:58:39 +02:00
"description": "The sixth variable.",
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Examples",
"values": [
"test1",
"test2"
]
},
"gen_examples": [
[
"test1",
"test2"
]
],
"mandatory_without_value": true
}
}