mirror of
https://github.com/LukeHagar/varsity.git
synced 2025-12-06 04:22:00 +00:00
22 lines
426 B
JSON
22 lines
426 B
JSON
{
|
|
"description": "List of products",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"data": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "../schemas/product-schema.json"
|
|
}
|
|
},
|
|
"pagination": {
|
|
"$ref": "../schemas/pagination-schema.json"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|