mirror of
https://github.com/WebBreacher/WhatsMyName.git
synced 2025-06-18 14:25:31 -04:00
Adding uri_pretty to the schema
This commit is contained in:
parent
09931fe30a
commit
06809c67ea
@ -99,6 +99,16 @@
|
||||
],
|
||||
"pattern": "^.*$"
|
||||
},
|
||||
"uri_pretty": {
|
||||
"$id": "#root/sites/items/uri_check",
|
||||
"title": "Uri_pretty",
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"examples": [
|
||||
"https://101010.pl/@{account}"
|
||||
],
|
||||
"pattern": "^.*$"
|
||||
},
|
||||
"post_body": {
|
||||
"$id": "#root/sites/items/post_body",
|
||||
"title": "Post_body",
|
||||
|
Loading…
Reference in New Issue
Block a user