Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Jul 31, 2024
1 parent 662269a commit f4af139
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions dao/spec/psql-apibuilder.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,40 +28,6 @@
],

"models": {
"generator_invocation": {
"fields": [
{
"name": "id",
"type": "string"
},
{
"name": "key",
"type": "string"
},
{
"name": "organization_key",
"type": "string",
"required": false
},
{
"name": "application_key",
"type": "string",
"required": false
}
],
"attributes": [
{
"name": "scala",
"value": {
"id_generator": {
"class": "com.mbryzek.util.IdGenerator",
"prefix": "gni"
}
}
}
]
},

"task": {
"fields": [
{ "name": "id", "type": "string" },
Expand Down Expand Up @@ -119,6 +85,40 @@
}
}
]
},

"generator_invocation": {
"fields": [
{ "name": "id", "type": "string" },
{ "name": "key", "type": "string" },
{ "name": "organization_key", "type": "string", "required": false },
{ "name": "application_key", "type": "string", "required": false }
],
"attributes": [
{
"name": "scala",
"value": {
"id_generator": {
"class": "com.mbryzek.util.IdGenerator",
"prefix": "gni"
}
}
},
{
"name": "psql",
"value": {
"audit": {
"created": {
"at": { "type": "date-time-iso8601" }
},
"updated": {
"at": { "type": "date-time-iso8601" },
"by": { "name": "updated_by_guid", "type": "string" }
}
}
}
}
]
}
}
}

0 comments on commit f4af139

Please sign in to comment.