Updated Schemas

This commit is contained in:
Ben C 2023-07-01 21:51:44 +00:00
parent 6e15a70bbf
commit 11d4e53b82

View File

@ -774,7 +774,7 @@
"properties": { "properties": {
"curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this object over time", "description": "Scale this object over time. Time value is in minutes.",
"items": { "items": {
"$ref": "#/definitions/TimeValuePair" "$ref": "#/definitions/TimeValuePair"
} }
@ -963,7 +963,7 @@
"properties": { "properties": {
"curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this object over time", "description": "Scale this object over time. Time value is in minutes.",
"items": { "items": {
"$ref": "#/definitions/TimeValuePair" "$ref": "#/definitions/TimeValuePair"
} }
@ -2854,7 +2854,7 @@
"properties": { "properties": {
"curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this object over time", "description": "Scale this object over time. Time value is in minutes.",
"items": { "items": {
"$ref": "#/definitions/TimeValuePair" "$ref": "#/definitions/TimeValuePair"
} }
@ -3088,7 +3088,7 @@
"properties": { "properties": {
"curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this object over time", "description": "Scale this object over time. Time value is in minutes.",
"items": { "items": {
"$ref": "#/definitions/TimeValuePair" "$ref": "#/definitions/TimeValuePair"
} }
@ -3222,7 +3222,7 @@
"properties": { "properties": {
"curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this object over time", "description": "Scale this object over time. Time value is in minutes.",
"items": { "items": {
"$ref": "#/definitions/TimeValuePair" "$ref": "#/definitions/TimeValuePair"
} }
@ -4430,7 +4430,7 @@
"properties": { "properties": {
"curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this object over time", "description": "Scale this object over time. Time value is in minutes.",
"items": { "items": {
"$ref": "#/definitions/TimeValuePair" "$ref": "#/definitions/TimeValuePair"
} }