Skip to content

Commit

Permalink
removes example properties from attribs property and allow additional…
Browse files Browse the repository at this point in the history
… properties (#2154)
  • Loading branch information
smoebody authored Nov 15, 2024
1 parent 1451c4b commit ee9677c
Showing 1 changed file with 4 additions and 38 deletions.
42 changes: 4 additions & 38 deletions docs/swagger/collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3448,13 +3448,7 @@ components:
type: string
attribs:
type: object
properties:
city:
type: string
good:
type: boolean
type:
type: string
additionalProperties: true
status:
type: string
created_at:
Expand Down Expand Up @@ -3513,13 +3507,7 @@ components:
type: string
attribs:
type: object
properties:
city:
type: string
good:
type: boolean
type:
type: string
additionalProperties: true
status:
type: string
lists:
Expand Down Expand Up @@ -3567,18 +3555,7 @@ components:
type: boolean
attribs:
type: object
properties:
city:
type: string
projects:
type: integer
stack:
type: object
properties:
languages:
type: array
items:
type: string
additionalProperties: true

UpdateSubscriber:
type: object
Expand All @@ -3601,18 +3578,7 @@ components:
type: boolean
attribs:
type: object
properties:
city:
type: string
projects:
type: integer
stack:
type: object
properties:
languages:
type: array
items:
type: string
additionalProperties: true

SubscriberQueryRequest:
type: object
Expand Down

0 comments on commit ee9677c

Please sign in to comment.