Fix description of ID in schema

This commit is contained in:
Hans5958 2023-06-22 18:54:07 +07:00
parent a15dc4fb6e
commit 6009434380
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"description": "The ID of the entry. The value is a placeholder for new entries."
}
],
"description": "The ID of the entry. Usually, this is a number (string or number) this is the post ID of the new entry submission."
"description": "The ID of the entry. Usually, this is a number (preferably number, or string), or the post ID of the new entry submission."
},
"name": {
"type": "string",