go #49

Merged
niggl merged 96 commits from go into main 2024-12-12 15:11:31 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit e10448f1e3 - Show all commits

View File

@ -91,7 +91,7 @@ const docTemplate = `{
"models.CardRequest": {
"type": "object",
"properties": {
"card": {
"cards": {
"type": "array",
"items": {
"$ref": "#/definitions/models.Card"

View File

@ -82,7 +82,7 @@
"models.CardRequest": {
"type": "object",
"properties": {
"card": {
"cards": {
"type": "array",
"items": {
"$ref": "#/definitions/models.Card"

View File

@ -12,7 +12,7 @@ definitions:
type: object
models.CardRequest:
properties:
card:
cards:
items:
$ref: '#/definitions/models.Card'
type: array