{"id":119,"date":"2026-07-27T01:43:23","date_gmt":"2026-07-27T04:43:23","guid":{"rendered":"https:\/\/viajecomigocaronas.com.br\/?page_id=119"},"modified":"2026-07-27T01:43:23","modified_gmt":"2026-07-27T04:43:23","slug":"oi-mundo","status":"publish","type":"page","link":"https:\/\/viajecomigocaronas.com.br\/?page_id=119","title":{"rendered":"Oi mundo"},"content":{"rendered":"<p>{<br \/>\n  &#8220;openapi&#8221;: &#8220;3.0.3&#8221;,<br \/>\n  &#8220;info&#8221;: {<br \/>\n    &#8220;title&#8221;: &#8220;Viaje Comigo Go  (Caronas) API&#8221;,<br \/>\n    &#8220;description&#8221;: &#8220;API documentation for the **Viaje Comigo Go  (Caronas)** application.\\n\\n**Authentication:** Most endpoints require the `api_key` header. If using Swagger UI, click the **Authorize** button at the top of the page and enter your API key before trying any endpoint.&#8221;,<br \/>\n    &#8220;version&#8221;: &#8220;1.0.0&#8221;<br \/>\n  },<br \/>\n  &#8220;servers&#8221;: [<br \/>\n    {<br \/>\n      &#8220;url&#8221;: &#8220;https:\/\/kind-rota-fcil-go.base44.app\/api&#8221;,<br \/>\n      &#8220;description&#8221;: &#8220;API server&#8221;<br \/>\n    }<br \/>\n  ],<br \/>\n  &#8220;security&#8221;: [<br \/>\n    {<br \/>\n      &#8220;ApiKeyAuth&#8221;: []<br \/>\n    }<br \/>\n  ],<br \/>\n  &#8220;paths&#8221;: {<br \/>\n    &#8220;\/entities\/Motorista&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;List Motorista records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;list_Motorista&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Retrieve a list of Motorista records with optional filtering, sorting, and pagination.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;q&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;JSON query filter, e.g. {\\&#8221;status\\&#8221;:\\&#8221;active\\&#8221;}&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;limit&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 100<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Maximum number of records to return&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;skip&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 0<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Number of records to skip (pagination)&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;sort_by&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Field name to sort by. Prefix with &#8216;-&#8216; for descending order, e.g. -created_date&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Create a Motorista record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;create_Motorista&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;nome&#8221;: &#8220;Example nome&#8221;,<br \/>\n                &#8220;cidade&#8221;: &#8220;Example cidade&#8221;,<br \/>\n                &#8220;veiculo&#8221;: &#8220;Example veiculo&#8221;,<br \/>\n                &#8220;tipo_veiculo&#8221;: &#8220;Carro&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Created record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete multiple Motorista records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_many_Motorista&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;**Warning:** Passing an empty `{}` query will delete ALL records in this entity.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;description&#8221;: &#8220;Query filter to match records to delete&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;nome&#8221;: &#8220;Example nome&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;deleted&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Motorista\/bulk&#8221;: {<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk create Motorista records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_create_Motorista&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;nome&#8221;: &#8220;Example nome&#8221;,<br \/>\n                  &#8220;cidade&#8221;: &#8220;Example cidade&#8221;,<br \/>\n                  &#8220;veiculo&#8221;: &#8220;Example veiculo&#8221;,<br \/>\n                  &#8220;tipo_veiculo&#8221;: &#8220;Carro&#8221;<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of created records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk update Motorista records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_update_Motorista&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Each item must include an &#8216;id&#8217; field along with the fields to update.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;id&#8221;: &#8220;<record_id>&#8220;,<br \/>\n                  &#8220;nome&#8221;: &#8220;Example nome&#8221;,<br \/>\n                  &#8220;cidade&#8221;: &#8220;Example cidade&#8221;,<br \/>\n                  &#8220;veiculo&#8221;: &#8220;Example veiculo&#8221;,<br \/>\n                  &#8220;tipo_veiculo&#8221;: &#8220;Carro&#8221;<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of updated records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Motorista\/update-many&#8221;: {<br \/>\n      &#8220;patch&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update many Motorista records by query&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_many_Motorista&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Update multiple records matching a query filter. Supports MongoDB update operators ($set, $inc, $push, $pull).&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;required&#8221;: [<br \/>\n                  &#8220;query&#8221;,<br \/>\n                  &#8220;data&#8221;<br \/>\n                ],<br \/>\n                &#8220;properties&#8221;: {<br \/>\n                  &#8220;query&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Query filter to match records&#8221;<br \/>\n                  },<br \/>\n                  &#8220;data&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Update operations to apply&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;query&#8221;: {<br \/>\n                  &#8220;nome&#8221;: &#8220;Example nome&#8221;<br \/>\n                },<br \/>\n                &#8220;data&#8221;: {<br \/>\n                  &#8220;$set&#8221;: {<br \/>\n                    &#8220;nome&#8221;: &#8220;Example nome&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Update result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;updated&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    },<br \/>\n                    &#8220;has_more&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Motorista\/{Motorista_id}&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Get a Motorista record by ID&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;get_Motorista&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Motorista_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;The record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update a Motorista record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_Motorista&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Motorista_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Updated record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete a Motorista record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_Motorista&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Soft-deletes the record. Use the restore endpoint to undo.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Motorista_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Motorista\/{Motorista_id}\/restore&#8221;: {<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Motorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Restore a deleted Motorista record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;restore_Motorista&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Motorista_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Restored record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Motorista&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Reserva&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;List Reserva records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;list_Reserva&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Retrieve a list of Reserva records with optional filtering, sorting, and pagination.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;q&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;JSON query filter, e.g. {\\&#8221;status\\&#8221;:\\&#8221;active\\&#8221;}&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;limit&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 100<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Maximum number of records to return&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;skip&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 0<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Number of records to skip (pagination)&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;sort_by&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Field name to sort by. Prefix with &#8216;-&#8216; for descending order, e.g. -created_date&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Create a Reserva record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;create_Reserva&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;,<br \/>\n                &#8220;passageiro_nome&#8221;: &#8220;Example passageiro_nome&#8221;,<br \/>\n                &#8220;num_passageiros&#8221;: 0<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Created record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete multiple Reserva records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_many_Reserva&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;**Warning:** Passing an empty `{}` query will delete ALL records in this entity.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;description&#8221;: &#8220;Query filter to match records to delete&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;deleted&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Reserva\/bulk&#8221;: {<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk create Reserva records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_create_Reserva&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;,<br \/>\n                  &#8220;passageiro_nome&#8221;: &#8220;Example passageiro_nome&#8221;,<br \/>\n                  &#8220;num_passageiros&#8221;: 0<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of created records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk update Reserva records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_update_Reserva&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Each item must include an &#8216;id&#8217; field along with the fields to update.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;id&#8221;: &#8220;<record_id>&#8220;,<br \/>\n                  &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;,<br \/>\n                  &#8220;passageiro_nome&#8221;: &#8220;Example passageiro_nome&#8221;,<br \/>\n                  &#8220;num_passageiros&#8221;: 0<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of updated records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Reserva\/update-many&#8221;: {<br \/>\n      &#8220;patch&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update many Reserva records by query&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_many_Reserva&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Update multiple records matching a query filter. Supports MongoDB update operators ($set, $inc, $push, $pull).&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;required&#8221;: [<br \/>\n                  &#8220;query&#8221;,<br \/>\n                  &#8220;data&#8221;<br \/>\n                ],<br \/>\n                &#8220;properties&#8221;: {<br \/>\n                  &#8220;query&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Query filter to match records&#8221;<br \/>\n                  },<br \/>\n                  &#8220;data&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Update operations to apply&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;query&#8221;: {<br \/>\n                  &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;<br \/>\n                },<br \/>\n                &#8220;data&#8221;: {<br \/>\n                  &#8220;$set&#8221;: {<br \/>\n                    &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Update result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;updated&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    },<br \/>\n                    &#8220;has_more&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Reserva\/{Reserva_id}&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Get a Reserva record by ID&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;get_Reserva&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Reserva_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;The record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update a Reserva record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_Reserva&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Reserva_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Updated record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete a Reserva record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_Reserva&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Soft-deletes the record. Use the restore endpoint to undo.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Reserva_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Reserva\/{Reserva_id}\/restore&#8221;: {<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Reserva&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Restore a deleted Reserva record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;restore_Reserva&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Reserva_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Restored record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Reserva&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Encomenda&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;List Encomenda records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;list_Encomenda&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Retrieve a list of Encomenda records with optional filtering, sorting, and pagination.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;q&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;JSON query filter, e.g. {\\&#8221;status\\&#8221;:\\&#8221;active\\&#8221;}&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;limit&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 100<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Maximum number of records to return&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;skip&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 0<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Number of records to skip (pagination)&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;sort_by&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Field name to sort by. Prefix with &#8216;-&#8216; for descending order, e.g. -created_date&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Create a Encomenda record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;create_Encomenda&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;origem&#8221;: &#8220;Example origem&#8221;,<br \/>\n                &#8220;destino&#8221;: &#8220;Example destino&#8221;,<br \/>\n                &#8220;descricao&#8221;: &#8220;Example descricao&#8221;,<br \/>\n                &#8220;nome_remetente&#8221;: &#8220;Example nome_remetente&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Created record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete multiple Encomenda records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_many_Encomenda&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;**Warning:** Passing an empty `{}` query will delete ALL records in this entity.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;description&#8221;: &#8220;Query filter to match records to delete&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;origem&#8221;: &#8220;Example origem&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;deleted&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Encomenda\/bulk&#8221;: {<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk create Encomenda records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_create_Encomenda&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;origem&#8221;: &#8220;Example origem&#8221;,<br \/>\n                  &#8220;destino&#8221;: &#8220;Example destino&#8221;,<br \/>\n                  &#8220;descricao&#8221;: &#8220;Example descricao&#8221;,<br \/>\n                  &#8220;nome_remetente&#8221;: &#8220;Example nome_remetente&#8221;<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of created records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk update Encomenda records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_update_Encomenda&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Each item must include an &#8216;id&#8217; field along with the fields to update.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;id&#8221;: &#8220;<record_id>&#8220;,<br \/>\n                  &#8220;origem&#8221;: &#8220;Example origem&#8221;,<br \/>\n                  &#8220;destino&#8221;: &#8220;Example destino&#8221;,<br \/>\n                  &#8220;descricao&#8221;: &#8220;Example descricao&#8221;,<br \/>\n                  &#8220;nome_remetente&#8221;: &#8220;Example nome_remetente&#8221;<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of updated records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Encomenda\/update-many&#8221;: {<br \/>\n      &#8220;patch&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update many Encomenda records by query&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_many_Encomenda&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Update multiple records matching a query filter. Supports MongoDB update operators ($set, $inc, $push, $pull).&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;required&#8221;: [<br \/>\n                  &#8220;query&#8221;,<br \/>\n                  &#8220;data&#8221;<br \/>\n                ],<br \/>\n                &#8220;properties&#8221;: {<br \/>\n                  &#8220;query&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Query filter to match records&#8221;<br \/>\n                  },<br \/>\n                  &#8220;data&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Update operations to apply&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;query&#8221;: {<br \/>\n                  &#8220;origem&#8221;: &#8220;Example origem&#8221;<br \/>\n                },<br \/>\n                &#8220;data&#8221;: {<br \/>\n                  &#8220;$set&#8221;: {<br \/>\n                    &#8220;origem&#8221;: &#8220;Example origem&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Update result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;updated&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    },<br \/>\n                    &#8220;has_more&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Encomenda\/{Encomenda_id}&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Get a Encomenda record by ID&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;get_Encomenda&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Encomenda_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;The record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update a Encomenda record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_Encomenda&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Encomenda_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Updated record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete a Encomenda record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_Encomenda&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Soft-deletes the record. Use the restore endpoint to undo.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Encomenda_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Encomenda\/{Encomenda_id}\/restore&#8221;: {<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Encomenda&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Restore a deleted Encomenda record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;restore_Encomenda&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Encomenda_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Restored record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Encomenda&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Viagem&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;List Viagem records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;list_Viagem&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Retrieve a list of Viagem records with optional filtering, sorting, and pagination.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;q&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;JSON query filter, e.g. {\\&#8221;status\\&#8221;:\\&#8221;active\\&#8221;}&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;limit&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 100<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Maximum number of records to return&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;skip&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 0<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Number of records to skip (pagination)&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;sort_by&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Field name to sort by. Prefix with &#8216;-&#8216; for descending order, e.g. -created_date&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Create a Viagem record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;create_Viagem&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;origem&#8221;: &#8220;Example origem&#8221;,<br \/>\n                &#8220;destino&#8221;: &#8220;Example destino&#8221;,<br \/>\n                &#8220;data&#8221;: &#8220;Example data&#8221;,<br \/>\n                &#8220;horario&#8221;: &#8220;Example horario&#8221;,<br \/>\n                &#8220;valor_por_passageiro&#8221;: 0,<br \/>\n                &#8220;vagas&#8221;: 0<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Created record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete multiple Viagem records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_many_Viagem&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;**Warning:** Passing an empty `{}` query will delete ALL records in this entity.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;description&#8221;: &#8220;Query filter to match records to delete&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;origem&#8221;: &#8220;Example origem&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;deleted&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Viagem\/bulk&#8221;: {<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk create Viagem records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_create_Viagem&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;origem&#8221;: &#8220;Example origem&#8221;,<br \/>\n                  &#8220;destino&#8221;: &#8220;Example destino&#8221;,<br \/>\n                  &#8220;data&#8221;: &#8220;Example data&#8221;,<br \/>\n                  &#8220;horario&#8221;: &#8220;Example horario&#8221;,<br \/>\n                  &#8220;valor_por_passageiro&#8221;: 0,<br \/>\n                  &#8220;vagas&#8221;: 0<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of created records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk update Viagem records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_update_Viagem&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Each item must include an &#8216;id&#8217; field along with the fields to update.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;id&#8221;: &#8220;<record_id>&#8220;,<br \/>\n                  &#8220;origem&#8221;: &#8220;Example origem&#8221;,<br \/>\n                  &#8220;destino&#8221;: &#8220;Example destino&#8221;,<br \/>\n                  &#8220;data&#8221;: &#8220;Example data&#8221;,<br \/>\n                  &#8220;horario&#8221;: &#8220;Example horario&#8221;,<br \/>\n                  &#8220;valor_por_passageiro&#8221;: 0,<br \/>\n                  &#8220;vagas&#8221;: 0<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of updated records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Viagem\/update-many&#8221;: {<br \/>\n      &#8220;patch&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update many Viagem records by query&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_many_Viagem&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Update multiple records matching a query filter. Supports MongoDB update operators ($set, $inc, $push, $pull).&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;required&#8221;: [<br \/>\n                  &#8220;query&#8221;,<br \/>\n                  &#8220;data&#8221;<br \/>\n                ],<br \/>\n                &#8220;properties&#8221;: {<br \/>\n                  &#8220;query&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Query filter to match records&#8221;<br \/>\n                  },<br \/>\n                  &#8220;data&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Update operations to apply&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;query&#8221;: {<br \/>\n                  &#8220;origem&#8221;: &#8220;Example origem&#8221;<br \/>\n                },<br \/>\n                &#8220;data&#8221;: {<br \/>\n                  &#8220;$set&#8221;: {<br \/>\n                    &#8220;origem&#8221;: &#8220;Example origem&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Update result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;updated&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    },<br \/>\n                    &#8220;has_more&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Viagem\/{Viagem_id}&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Get a Viagem record by ID&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;get_Viagem&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Viagem_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;The record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update a Viagem record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_Viagem&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Viagem_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Updated record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete a Viagem record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_Viagem&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Soft-deletes the record. Use the restore endpoint to undo.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Viagem_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Viagem\/{Viagem_id}\/restore&#8221;: {<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Viagem&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Restore a deleted Viagem record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;restore_Viagem&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Viagem_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Restored record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Viagem&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Avaliacao&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;List Avaliacao records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;list_Avaliacao&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Retrieve a list of Avaliacao records with optional filtering, sorting, and pagination.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;q&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;JSON query filter, e.g. {\\&#8221;status\\&#8221;:\\&#8221;active\\&#8221;}&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;limit&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 100<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Maximum number of records to return&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;skip&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 0<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Number of records to skip (pagination)&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;sort_by&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Field name to sort by. Prefix with &#8216;-&#8216; for descending order, e.g. -created_date&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Create a Avaliacao record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;create_Avaliacao&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;,<br \/>\n                &#8220;motorista_id&#8221;: &#8220;Example motorista_id&#8221;,<br \/>\n                &#8220;passageiro_nome&#8221;: &#8220;Example passageiro_nome&#8221;,<br \/>\n                &#8220;nota&#8221;: 0<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Created record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete multiple Avaliacao records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_many_Avaliacao&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;**Warning:** Passing an empty `{}` query will delete ALL records in this entity.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;description&#8221;: &#8220;Query filter to match records to delete&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;deleted&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Avaliacao\/bulk&#8221;: {<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk create Avaliacao records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_create_Avaliacao&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;,<br \/>\n                  &#8220;motorista_id&#8221;: &#8220;Example motorista_id&#8221;,<br \/>\n                  &#8220;passageiro_nome&#8221;: &#8220;Example passageiro_nome&#8221;,<br \/>\n                  &#8220;nota&#8221;: 0<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of created records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk update Avaliacao records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_update_Avaliacao&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Each item must include an &#8216;id&#8217; field along with the fields to update.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;id&#8221;: &#8220;<record_id>&#8220;,<br \/>\n                  &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;,<br \/>\n                  &#8220;motorista_id&#8221;: &#8220;Example motorista_id&#8221;,<br \/>\n                  &#8220;passageiro_nome&#8221;: &#8220;Example passageiro_nome&#8221;,<br \/>\n                  &#8220;nota&#8221;: 0<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of updated records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Avaliacao\/update-many&#8221;: {<br \/>\n      &#8220;patch&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update many Avaliacao records by query&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_many_Avaliacao&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Update multiple records matching a query filter. Supports MongoDB update operators ($set, $inc, $push, $pull).&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;required&#8221;: [<br \/>\n                  &#8220;query&#8221;,<br \/>\n                  &#8220;data&#8221;<br \/>\n                ],<br \/>\n                &#8220;properties&#8221;: {<br \/>\n                  &#8220;query&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Query filter to match records&#8221;<br \/>\n                  },<br \/>\n                  &#8220;data&#8221;: {<br \/>\n                    &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                    &#8220;description&#8221;: &#8220;Update operations to apply&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;query&#8221;: {<br \/>\n                  &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;<br \/>\n                },<br \/>\n                &#8220;data&#8221;: {<br \/>\n                  &#8220;$set&#8221;: {<br \/>\n                    &#8220;viagem_id&#8221;: &#8220;Example viagem_id&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Update result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;updated&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    },<br \/>\n                    &#8220;has_more&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Avaliacao\/{Avaliacao_id}&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Get a Avaliacao record by ID&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;get_Avaliacao&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Avaliacao_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;The record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Update a Avaliacao record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;update_Avaliacao&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Avaliacao_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Updated record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete a Avaliacao record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_Avaliacao&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Soft-deletes the record. Use the restore endpoint to undo.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Avaliacao_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/Avaliacao\/{Avaliacao_id}\/restore&#8221;: {<br \/>\n      &#8220;put&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; Avaliacao&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Restore a deleted Avaliacao record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;restore_Avaliacao&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;Avaliacao_id&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;path&#8221;,<br \/>\n            &#8220;required&#8221;: true,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Record ID&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Restored record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/Avaliacao&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/CadastroMotorista&#8221;: {<br \/>\n      &#8220;get&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; CadastroMotorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;List CadastroMotorista records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;list_CadastroMotorista&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;Retrieve a list of CadastroMotorista records with optional filtering, sorting, and pagination.&#8221;,<br \/>\n        &#8220;parameters&#8221;: [<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;q&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;JSON query filter, e.g. {\\&#8221;status\\&#8221;:\\&#8221;active\\&#8221;}&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;limit&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 100<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Maximum number of records to return&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;skip&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;integer&#8221;,<br \/>\n              &#8220;default&#8221;: 0<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Number of records to skip (pagination)&#8221;<br \/>\n          },<br \/>\n          {<br \/>\n            &#8220;name&#8221;: &#8220;sort_by&#8221;,<br \/>\n            &#8220;in&#8221;: &#8220;query&#8221;,<br \/>\n            &#8220;schema&#8221;: {<br \/>\n              &#8220;type&#8221;: &#8220;string&#8221;<br \/>\n            },<br \/>\n            &#8220;description&#8221;: &#8220;Field name to sort by. Prefix with &#8216;-&#8216; for descending order, e.g. -created_date&#8221;<br \/>\n          }<br \/>\n        ],<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<br \/>\n                    &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/CadastroMotorista&#8221;<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; CadastroMotorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Create a CadastroMotorista record&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;create_CadastroMotorista&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/CadastroMotorista&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;nome&#8221;: &#8220;Example nome&#8221;,<br \/>\n                &#8220;telefone&#8221;: &#8220;Example telefone&#8221;,<br \/>\n                &#8220;cidade&#8221;: &#8220;Example cidade&#8221;,<br \/>\n                &#8220;cnh_numero&#8221;: &#8220;Example cnh_numero&#8221;,<br \/>\n                &#8220;veiculo&#8221;: &#8220;Example veiculo&#8221;,<br \/>\n                &#8220;placa&#8221;: &#8220;Example placa&#8221;,<br \/>\n                &#8220;tipo_veiculo&#8221;: &#8220;Carro&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Created record&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/CadastroMotorista&#8221;<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;delete&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; CadastroMotorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Delete multiple CadastroMotorista records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;delete_many_CadastroMotorista&#8221;,<br \/>\n        &#8220;description&#8221;: &#8220;**Warning:** Passing an empty `{}` query will delete ALL records in this entity.&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                &#8220;description&#8221;: &#8220;Query filter to match records to delete&#8221;<br \/>\n              },<br \/>\n              &#8220;example&#8221;: {<br \/>\n                &#8220;nome&#8221;: &#8220;Example nome&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;Deletion result&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;object&#8221;,<br \/>\n                  &#8220;properties&#8221;: {<br \/>\n                    &#8220;success&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;boolean&#8221;<br \/>\n                    },<br \/>\n                    &#8220;deleted&#8221;: {<br \/>\n                      &#8220;type&#8221;: &#8220;integer&#8221;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;\/entities\/CadastroMotorista\/bulk&#8221;: {<br \/>\n      &#8220;post&#8221;: {<br \/>\n        &#8220;tags&#8221;: [<br \/>\n          &#8220;Entities &#8211; CadastroMotorista&#8221;<br \/>\n        ],<br \/>\n        &#8220;summary&#8221;: &#8220;Bulk create CadastroMotorista records&#8221;,<br \/>\n        &#8220;operationId&#8221;: &#8220;bulk_create_CadastroMotorista&#8221;,<br \/>\n        &#8220;requestBody&#8221;: {<br \/>\n          &#8220;required&#8221;: true,<br \/>\n          &#8220;content&#8221;: {<br \/>\n            &#8220;application\/json&#8221;: {<br \/>\n              &#8220;schema&#8221;: {<br \/>\n                &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                &#8220;items&#8221;: {<br \/>\n                  &#8220;$ref&#8221;: &#8220;#\/components\/schemas\/CadastroMotorista&#8221;<br \/>\n                }<br \/>\n              },<br \/>\n              &#8220;example&#8221;: [<br \/>\n                {<br \/>\n                  &#8220;nome&#8221;: &#8220;Example nome&#8221;,<br \/>\n                  &#8220;telefone&#8221;: &#8220;Example telefone&#8221;,<br \/>\n                  &#8220;cidade&#8221;: &#8220;Example cidade&#8221;,<br \/>\n                  &#8220;cnh_numero&#8221;: &#8220;Example cnh_numero&#8221;,<br \/>\n                  &#8220;veiculo&#8221;: &#8220;Example veiculo&#8221;,<br \/>\n                  &#8220;placa&#8221;: &#8220;Example placa&#8221;,<br \/>\n                  &#8220;tipo_veiculo&#8221;: &#8220;Carro&#8221;<br \/>\n                }<br \/>\n              ]<br \/>\n            }<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;responses&#8221;: {<br \/>\n          &#8220;200&#8221;: {<br \/>\n            &#8220;description&#8221;: &#8220;List of created records&#8221;,<br \/>\n            &#8220;content&#8221;: {<br \/>\n              &#8220;application\/json&#8221;: {<br \/>\n                &#8220;schema&#8221;: {<br \/>\n                  &#8220;type&#8221;: &#8220;array&#8221;,<br \/>\n                  &#8220;items&#8221;: {<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{ &#8220;openapi&#8221;: &#8220;3.0.3&#8221;, &#8220;info&#8221;: { &#8220;title&#8221;: &#8220;Viaje Comigo Go (Caronas) API&#8221;, &#8220;description&#8221;: &#8220;API documentation for the **Viaje Comigo Go (Caronas)** application.\\n\\n**Authentication:** Most endpoints require the `api_key` header. If using Swagger UI, click the **Authorize** button at the top of the page and enter your API key before trying any endpoint.&#8221;, &#8220;version&#8221;: &#8220;1.0.0&#8221; }, &#8220;servers&#8221;: [ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-119","page","type-page","status-publish","hentry"],"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/viajecomigocaronas.com.br\/index.php?rest_route=\/wp\/v2\/pages\/119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/viajecomigocaronas.com.br\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/viajecomigocaronas.com.br\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/viajecomigocaronas.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/viajecomigocaronas.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=119"}],"version-history":[{"count":1,"href":"https:\/\/viajecomigocaronas.com.br\/index.php?rest_route=\/wp\/v2\/pages\/119\/revisions"}],"predecessor-version":[{"id":142,"href":"https:\/\/viajecomigocaronas.com.br\/index.php?rest_route=\/wp\/v2\/pages\/119\/revisions\/142"}],"wp:attachment":[{"href":"https:\/\/viajecomigocaronas.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}