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": { "models.CardRequest": {
"type": "object", "type": "object",
"properties": { "properties": {
"card": { "cards": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "#/definitions/models.Card" "$ref": "#/definitions/models.Card"

View File

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

View File

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