Updated timeline objects in RP aniamtions
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/commands"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -363,18 +363,31 @@
|
||||
},
|
||||
"timeline": {
|
||||
"title": "Timeline",
|
||||
"description": "TODO",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"description": "The time line",
|
||||
"type": "object",
|
||||
"propertyNames": {
|
||||
"pattern": "^(\\d+.\\d+|\\d+)$"
|
||||
},
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"title": "Molang",
|
||||
"description": "Variable definition",
|
||||
"pattern": "^(v|variable)\\..*=.*;$"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"title": "Collection timelime items",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Molang",
|
||||
"description": "Variable definition",
|
||||
"pattern": "^(v|variable)\\..*=.*;$"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -363,18 +363,31 @@
|
||||
},
|
||||
"timeline": {
|
||||
"title": "Timeline",
|
||||
"description": "TODO",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"description": "The time line",
|
||||
"type": "object",
|
||||
"propertyNames": {
|
||||
"pattern": "^(\\d+.\\d+|\\d+)$"
|
||||
},
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"title": "Molang",
|
||||
"description": "Variable definition",
|
||||
"pattern": "^(v|variable)\\..*=.*;$"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"title": "Collection timelime items",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Molang",
|
||||
"description": "Variable definition",
|
||||
"pattern": "^(v|variable)\\..*=.*;$"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user