mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 21:55:08 +00:00
run check bool
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
"generate": [{
|
||||
"title": "Generate a unique ID",
|
||||
"run_check": true,
|
||||
"request": {
|
||||
"type": "uuid"
|
||||
},
|
||||
@@ -12,6 +13,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Generate a short ID",
|
||||
"run_check": true,
|
||||
"request": {
|
||||
"type": "shortid"
|
||||
},
|
||||
@@ -22,6 +24,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Generate a snowflake ID",
|
||||
"run_check": true,
|
||||
"request": {
|
||||
"type": "snowflake"
|
||||
},
|
||||
@@ -32,6 +35,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Generate a bigflake ID",
|
||||
"run_check": true,
|
||||
"request": {
|
||||
"type": "bigflake"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user