refactor: meta oneline
This commit is contained in:
parent
edd6e2451d
commit
482752faca
6 changed files with 6 additions and 24 deletions
|
|
@ -25,13 +25,7 @@ describe 'User', type: :request do
|
|||
let(:per_page) { 20 }
|
||||
response '200', 'success' do
|
||||
schema type: :object, properties: {
|
||||
meta: {
|
||||
type: :object,
|
||||
items:
|
||||
{
|
||||
'$ref': '#/components/schemas/Meta'
|
||||
}
|
||||
},
|
||||
meta: { '$ref': '#/components/schemas/Meta' },
|
||||
group_order_article: {
|
||||
type: :array,
|
||||
items: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue