@wmfs/tymly-pg-plugin
Version:
Replace Tymly's out-the-box memory storage with PostgreSQL
22 lines (21 loc) • 551 B
JSON
{
"type": "object",
"properties": {
"namespace": {
"type": "string",
"description": "This is the name of the namespace in which the sequence exists."
},
"id": {
"type": "string",
"description": "This is the id of a sequence from which the current value will be fetched."
},
"prefix": {
"type": "string",
"description": "This setting allows you to specify a value which will be prepended to the returned value."
}
},
"required": [
"namespace",
"id"
]
}