Chore: update schemas
This commit is contained in:
parent
f1381176ba
commit
b745f59b9a
6 changed files with 13 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n\ngroup: Basic\nquestion: What is the identifier of this layer?",
|
||||
"description": "question: What is the identifier of this layer?\n\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash\n\ntype: id\ngroup: Basic",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
|
|
|
@ -3,7 +3,7 @@ export default {
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n\ngroup: Basic\nquestion: What is the identifier of this layer?",
|
||||
"description": "question: What is the identifier of this layer?\n\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash\n\ntype: id\ngroup: Basic",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
|
|
|
@ -1785,7 +1785,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n\ngroup: Basic\nquestion: What is the identifier of this layer?",
|
||||
"description": "question: What is the identifier of this layer?\n\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash\n\ntype: id\ngroup: Basic",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
|
@ -2185,7 +2185,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n\ngroup: Basic\nquestion: What is the identifier of this layer?",
|
||||
"description": "question: What is the identifier of this layer?\n\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash\n\ntype: id\ngroup: Basic",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
|
|
|
@ -1763,7 +1763,7 @@ export default {
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n\ngroup: Basic\nquestion: What is the identifier of this layer?",
|
||||
"description": "question: What is the identifier of this layer?\n\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash\n\ntype: id\ngroup: Basic",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
|
@ -2162,7 +2162,7 @@ export default {
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n\ngroup: Basic\nquestion: What is the identifier of this layer?",
|
||||
"description": "question: What is the identifier of this layer?\n\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash\n\ntype: id\ngroup: Basic",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
|
|
|
@ -12,11 +12,12 @@
|
|||
],
|
||||
"required": true,
|
||||
"hints": {
|
||||
"typehint": "id",
|
||||
"group": "Basic",
|
||||
"question": "What is the identifier of this layer?"
|
||||
},
|
||||
"type": "string",
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer."
|
||||
"description": "This should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash"
|
||||
},
|
||||
{
|
||||
"path": [
|
||||
|
|
|
@ -213,7 +213,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n\ngroup: Basic\nquestion: What is the identifier of this layer?",
|
||||
"description": "question: What is the identifier of this layer?\n\nThis should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash\n\ntype: id\ngroup: Basic",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
|
@ -1111,11 +1111,12 @@
|
|||
],
|
||||
"required": true,
|
||||
"hints": {
|
||||
"typehint": "id",
|
||||
"group": "Basic",
|
||||
"question": "What is the identifier of this layer?"
|
||||
},
|
||||
"type": "string",
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer."
|
||||
"description": "This should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash"
|
||||
},
|
||||
{
|
||||
"path": [
|
||||
|
@ -17671,11 +17672,12 @@
|
|||
],
|
||||
"required": false,
|
||||
"hints": {
|
||||
"typehint": "id",
|
||||
"group": "Basic",
|
||||
"question": "What is the identifier of this layer?"
|
||||
},
|
||||
"type": "string",
|
||||
"description": "The id of this layer.\nThis should be a simple, lowercase, human readable string that is used to identify the layer."
|
||||
"description": "This should be a simple, lowercase, human readable string that is used to identify the layer.\n A good ID is:\n - a noun\n - written in singular\n - describes the object\n - in english\n - only has lowercase letters, numbers or underscores. Do not use a space or a dash"
|
||||
},
|
||||
{
|
||||
"path": [
|
||||
|
|
Loading…
Reference in a new issue