Updated descriptions
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"title": "RawText",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["rawtext"],
|
||||
"definitions": {
|
||||
"rawtext": {
|
||||
"title": "Rawtext",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
@@ -21,14 +21,14 @@
|
||||
},
|
||||
"selector": {
|
||||
"title": "Selector",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["selector"],
|
||||
"properties": {
|
||||
"selector": {
|
||||
"title": "Selector",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string",
|
||||
"examples": ["@a", "@s", "@r", "@p", "@e", "@initiator"],
|
||||
"pattern": "^@.*$"
|
||||
@@ -37,14 +37,14 @@
|
||||
},
|
||||
"score": {
|
||||
"title": "Score",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["score"],
|
||||
"properties": {
|
||||
"score": {
|
||||
"title": "Score",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "objective"],
|
||||
@@ -57,7 +57,7 @@
|
||||
},
|
||||
"objective": {
|
||||
"title": "Objective",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
@@ -66,28 +66,28 @@
|
||||
},
|
||||
"text": {
|
||||
"title": "Text",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["text"],
|
||||
"properties": {
|
||||
"text": {
|
||||
"title": "Text",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"translate": {
|
||||
"title": "Translate",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["translate"],
|
||||
"properties": {
|
||||
"translate": {
|
||||
"title": "Translate",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string"
|
||||
},
|
||||
"with": {
|
||||
@@ -97,14 +97,14 @@
|
||||
},
|
||||
"with": {
|
||||
"title": "With",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"examples": ["\n", { "rawtext": [] }],
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string" },
|
||||
{
|
||||
"title": "Rawtext",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user