mirror of
https://github.com/czhu12/canine.git
synced 2025-12-21 10:49:49 -06:00
7 lines
114 B
Ruby
7 lines
114 B
Ruby
SwaggerSchemas::PROJECTS = {
|
|
type: :array,
|
|
items: {
|
|
'$ref' => '#/components/schemas/project'
|
|
}
|
|
}.freeze
|