80 lines
1.2 KiB
JSON
80 lines
1.2 KiB
JSON
|
{
|
||
|
"$schema": "./schemas/function.schema.json",
|
||
|
"functions": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"name": "test1",
|
||
|
"tags": [],
|
||
|
"requirements": []
|
||
|
},
|
||
|
{
|
||
|
"id": 2,
|
||
|
"name": "test2",
|
||
|
"tags": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"name": "test1"
|
||
|
}
|
||
|
],
|
||
|
"requirements": []
|
||
|
},
|
||
|
{
|
||
|
"id": 3,
|
||
|
"name": "test3",
|
||
|
"tags": [],
|
||
|
"requirements": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"name": "test1",
|
||
|
"tags": [],
|
||
|
"requirements": []
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"function_update": {
|
||
|
"id": 1,
|
||
|
"name": "another_test",
|
||
|
"tags": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"name": "test1"
|
||
|
},
|
||
|
{
|
||
|
"id": 2,
|
||
|
"name": "test2"
|
||
|
},
|
||
|
{
|
||
|
"id": 3,
|
||
|
"name": "test3"
|
||
|
}
|
||
|
],
|
||
|
"requirements": [
|
||
|
{
|
||
|
"id": 2,
|
||
|
"name": "test2",
|
||
|
"tags": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"name": "test1"
|
||
|
}
|
||
|
],
|
||
|
"requirements": []
|
||
|
},
|
||
|
{
|
||
|
"id": 3,
|
||
|
"name": "test3",
|
||
|
"tags": [],
|
||
|
"requirements": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"name": "test1",
|
||
|
"tags": [],
|
||
|
"requirements": []
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|