66 lines
1.2 KiB
JSON
66 lines
1.2 KiB
JSON
{
|
|
"$schema": "./schemas/functionset.schema.json",
|
|
"function_sets": [
|
|
{
|
|
"id": 1,
|
|
"functions": [
|
|
{
|
|
"id": 1,
|
|
"name": "test1",
|
|
"tags": [],
|
|
"requirements": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"function_set_update": {
|
|
"id": 1,
|
|
"functions": [
|
|
{
|
|
"id": 2,
|
|
"name": "test2",
|
|
"tags": [
|
|
{
|
|
"id": 1,
|
|
"name": "test1"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "test2"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "test3"
|
|
}
|
|
],
|
|
"requirements": []
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "test3",
|
|
"tags": [],
|
|
"requirements": [
|
|
{
|
|
"id": 1,
|
|
"name": "test1",
|
|
"tags": [],
|
|
"requirements": []
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "test2",
|
|
"tags": [],
|
|
"requirements": [
|
|
{
|
|
"id": 1,
|
|
"name": "test1",
|
|
"tags": [],
|
|
"requirements": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|