Fixing a vscode error
This commit is contained in:
@@ -157,8 +157,7 @@
|
|||||||
"title": "Position",
|
"title": "Position",
|
||||||
"description": "The Position transformation during this animation",
|
"description": "The Position transformation during this animation",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "$ref": "#/definitions/PositionV3" },
|
{ "type": "array", "$ref": "#/definitions/PositionV3" },
|
||||||
{ "$ref": "../../../molang/arraynumber3.json" },
|
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
||||||
@@ -188,7 +187,6 @@
|
|||||||
"description": "The rotation transformation during this animation",
|
"description": "The rotation transformation during this animation",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "$ref": "#/definitions/RotationV3" },
|
{ "$ref": "#/definitions/RotationV3" },
|
||||||
{ "$ref": "../../../molang/arraynumber3.json" },
|
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
||||||
|
|||||||
@@ -157,8 +157,7 @@
|
|||||||
"title": "Position",
|
"title": "Position",
|
||||||
"description": "The Position transformation during this animation",
|
"description": "The Position transformation during this animation",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "$ref": "#/definitions/PositionV3" },
|
{ "type": "array", "$ref": "#/definitions/PositionV3" },
|
||||||
{ "$ref": "../../../molang/arraynumber3.json" },
|
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
||||||
@@ -166,6 +165,7 @@
|
|||||||
"title": "Timeline Object",
|
"title": "Timeline Object",
|
||||||
"description": "A single point in time",
|
"description": "A single point in time",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"lerp_mode": {
|
"lerp_mode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -185,8 +185,7 @@
|
|||||||
"title": "Rotation",
|
"title": "Rotation",
|
||||||
"description": "The rotation transformation during this animation",
|
"description": "The rotation transformation during this animation",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "$ref": "#/definitions/RotationV3" },
|
{ "type": "array", "$ref": "#/definitions/RotationV3" },
|
||||||
{ "$ref": "../../../molang/arraynumber3.json" },
|
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
||||||
@@ -194,6 +193,7 @@
|
|||||||
"title": "Timeline Object",
|
"title": "Timeline Object",
|
||||||
"description": "A single point in time",
|
"description": "A single point in time",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"lerp_mode": {
|
"lerp_mode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -225,8 +225,14 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "$ref": "../../../molang/number.json" },
|
{
|
||||||
{ "$ref": "#/definitions/ScaleV3" },
|
"type": "array",
|
||||||
|
"$ref": "../../../molang/number.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "array",
|
||||||
|
"$ref": "#/definitions/ScaleV3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
||||||
@@ -234,6 +240,7 @@
|
|||||||
"title": "Timeline Object",
|
"title": "Timeline Object",
|
||||||
"description": "A single point in time",
|
"description": "A single point in time",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"lerp_mode": {
|
"lerp_mode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user