Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Oct 2, 2022
1 parent 1285842 commit 7d77183
Show file tree
Hide file tree
Showing 94 changed files with 563 additions and 563 deletions.
2 changes: 1 addition & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lodata:::name (Create schema)": ":name (Create schema)",
"lodata:::name (Update schema)": ":name (Update schema)",
"lodata::OData Service for namespace :namespace": "OData Service for namespace :namespace",
"lodata::This OData service is located at [:endpoint](:endpoint)\n\n## References\n- :refCore\n- :refMeasures": "This OData service is located at [:endpoint](:endpoint)\n## References\n- :refCore\n- :refMeasures",
"lodata::This OData service is located at [:endpoint](:endpoint)\n\n## References\n- :refCore\n- :refMeasures": "This OData service is located at [:endpoint](:endpoint)\n\n## References\n- :refCore\n- :refMeasures",
"lodata::Invoke function :name": "Invoke function :name",
"lodata::Invoke action :name": "Invoke action :name",
"lodata::Service operations": "Service operations",
Expand Down
2 changes: 1 addition & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lodata:::name (Create schema)": ":name (Crear esquema)",
"lodata:::name (Update schema)": ":name (Actualizar esquema)",
"lodata::OData Service for namespace :namespace": "Servicio OData para namespace :namespace",
"lodata::This OData service is located at [:endpoint](:endpoint)\n\n## References\n- :refCore\n- :refMeasures": "Este servicio de OData se encuentra en [:endpoint] (:endpoint)\n## Referencias\n- :RefCore\n- :refMeasures",
"lodata::This OData service is located at [:endpoint](:endpoint)\n\n## References\n- :refCore\n- :refMeasures": "Este servicio de OData se encuentra en [:endpoint] (:endpoint)\n\n## Referencias\n- :RefCore\n- :refMeasures",
"lodata::Invoke function :name": "Invoca la funci\u00f3n :name",
"lodata::Invoke action :name": "Invoca la acci\u00f3n :name",
"lodata::Service operations": "Operaciones de servicio",
Expand Down
2 changes: 1 addition & 1 deletion lang/fr-CA.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lodata:::name (Create schema)": ":name (Cr\u00e9er un sch\u00e9ma)",
"lodata:::name (Update schema)": ":name (Mettre \u00e0 jour le sch\u00e9ma)",
"lodata::OData Service for namespace :namespace": "Service OData pour l'espace de noms :namespace",
"lodata::This OData service is located at [:endpoint](:endpoint)\n\n## References\n- :refCore\n- :refMeasures": "Ce service OData se trouve \u00e0 [:endpoint] ({endpoint}}) (:endpoint)\n## R\u00e9f\u00e9rences\n- :refCore\n- :refMeasure",
"lodata::This OData service is located at [:endpoint](:endpoint)\n\n## References\n- :refCore\n- :refMeasures": "Ce service OData se trouve \u00e0 [:endpoint] ({endpoint}}) (:endpoint)\n\n## R\u00e9f\u00e9rences\n- :refCore\n- :refMeasure",
"lodata::Invoke function :name": "Appeler la fonction :name",
"lodata::Invoke action :name": "Invoquer l'action :name",
"lodata::Service operations": "Op\u00e9rations de service",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@
"post": {
"summary": "Send a group of requests",
"operationId": "batch",
"description": "Group multiple requests into a single request payload, see [Batch Requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"description": "Group multiple requests into a single request payload, see [Batch requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"tags": [
"Batch Requests"
"Batch requests"
],
"requestBody": {
"required": true,
"description": "Batch Request",
"description": "Batch request",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -430,7 +430,7 @@
},
"com.example.odata.passenger-create": {
"type": "object",
"title": "passenger (Create Schema)",
"title": "passenger (Create schema)",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -519,7 +519,7 @@
},
"com.example.odata.passenger-update": {
"type": "object",
"title": "passenger (Update Schema)",
"title": "passenger (Update schema)",
"properties": {
"name": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3422,7 +3422,7 @@
"/op1": {
"get": {
"tags": [
"Service Operations",
"Service operations",
"op1"
],
"parameters": [],
Expand All @@ -3449,7 +3449,7 @@
"/op2": {
"get": {
"tags": [
"Service Operations",
"Service operations",
"op2",
"prefix"
],
Expand Down Expand Up @@ -3488,13 +3488,13 @@
"post": {
"summary": "Send a group of requests",
"operationId": "batch",
"description": "Group multiple requests into a single request payload, see [Batch Requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"description": "Group multiple requests into a single request payload, see [Batch requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"tags": [
"Batch Requests"
"Batch requests"
],
"requestBody": {
"required": true,
"description": "Batch Request",
"description": "Batch request",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -3685,7 +3685,7 @@
},
"com.example.odata.Airport-create": {
"type": "object",
"title": "Airport (Create Schema)",
"title": "Airport (Create schema)",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -3744,7 +3744,7 @@
},
"com.example.odata.Airport-update": {
"type": "object",
"title": "Airport (Update Schema)",
"title": "Airport (Update schema)",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -3837,7 +3837,7 @@
},
"com.example.odata.Flight-create": {
"type": "object",
"title": "Flight (Create Schema)",
"title": "Flight (Create schema)",
"properties": {
"origin": {
"type": "string",
Expand All @@ -3864,7 +3864,7 @@
},
"com.example.odata.Flight-update": {
"type": "object",
"title": "Flight (Update Schema)",
"title": "Flight (Update schema)",
"properties": {
"origin": {
"type": "string",
Expand Down Expand Up @@ -3908,7 +3908,7 @@
},
"com.example.odata.Country-create": {
"type": "object",
"title": "Country (Create Schema)",
"title": "Country (Create schema)",
"properties": {
"name": {
"type": "string",
Expand All @@ -3918,7 +3918,7 @@
},
"com.example.odata.Country-update": {
"type": "object",
"title": "Country (Update Schema)",
"title": "Country (Update schema)",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -4024,7 +4024,7 @@
},
"com.example.odata.Passenger-create": {
"type": "object",
"title": "Passenger (Create Schema)",
"title": "Passenger (Create schema)",
"properties": {
"flight_id": {
"type": "integer",
Expand Down Expand Up @@ -4113,7 +4113,7 @@
},
"com.example.odata.Passenger-update": {
"type": "object",
"title": "Passenger (Update Schema)",
"title": "Passenger (Update schema)",
"properties": {
"flight_id": {
"type": "integer",
Expand Down Expand Up @@ -4230,7 +4230,7 @@
},
"com.example.odata.Pet-create": {
"type": "object",
"title": "Pet (Create Schema)",
"title": "Pet (Create schema)",
"properties": {
"passenger_id": {
"type": "integer",
Expand All @@ -4251,7 +4251,7 @@
},
"com.example.odata.Pet-update": {
"type": "object",
"title": "Pet (Update Schema)",
"title": "Pet (Update schema)",
"properties": {
"passenger_id": {
"type": "integer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,13 @@
"post": {
"summary": "Send a group of requests",
"operationId": "batch",
"description": "Group multiple requests into a single request payload, see [Batch Requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"description": "Group multiple requests into a single request payload, see [Batch requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"tags": [
"Batch Requests"
"Batch requests"
],
"requestBody": {
"required": true,
"description": "Batch Request",
"description": "Batch request",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -393,7 +393,7 @@
},
"com.example.odata.file-create": {
"type": "object",
"title": "file (Create Schema)",
"title": "file (Create schema)",
"properties": {
"path": {
"type": "string",
Expand All @@ -408,7 +408,7 @@
},
"com.example.odata.file-update": {
"type": "object",
"title": "file (Update Schema)",
"title": "file (Update schema)",
"properties": {
"content": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,13 @@
"post": {
"summary": "Send a group of requests",
"operationId": "batch",
"description": "Group multiple requests into a single request payload, see [Batch Requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"description": "Group multiple requests into a single request payload, see [Batch requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"tags": [
"Batch Requests"
"Batch requests"
],
"requestBody": {
"required": true,
"description": "Batch Request",
"description": "Batch request",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -517,7 +517,7 @@
},
"com.example.odata.passenger-create": {
"type": "object",
"title": "passenger (Create Schema)",
"title": "passenger (Create schema)",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -610,7 +610,7 @@
},
"com.example.odata.passenger-update": {
"type": "object",
"title": "passenger (Update Schema)",
"title": "passenger (Update schema)",
"properties": {
"name": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@
"post": {
"summary": "Send a group of requests",
"operationId": "batch",
"description": "Group multiple requests into a single request payload, see [Batch Requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"description": "Group multiple requests into a single request payload, see [Batch requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"tags": [
"Batch Requests"
"Batch requests"
],
"requestBody": {
"required": true,
"description": "Batch Request",
"description": "Batch request",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -523,7 +523,7 @@
},
"com.example.odata.passenger-create": {
"type": "object",
"title": "passenger (Create Schema)",
"title": "passenger (Create schema)",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -612,7 +612,7 @@
},
"com.example.odata.passenger-update": {
"type": "object",
"title": "passenger (Update Schema)",
"title": "passenger (Update schema)",
"properties": {
"name": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@
"post": {
"summary": "Send a group of requests",
"operationId": "batch",
"description": "Group multiple requests into a single request payload, see [Batch Requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"description": "Group multiple requests into a single request payload, see [Batch requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"tags": [
"Batch Requests"
"Batch requests"
],
"requestBody": {
"required": true,
"description": "Batch Request",
"description": "Batch request",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -474,7 +474,7 @@
},
"com.example.odata.passenger-create": {
"type": "object",
"title": "passenger (Create Schema)",
"title": "passenger (Create schema)",
"properties": {
"key": {
"type": "string",
Expand Down Expand Up @@ -567,7 +567,7 @@
},
"com.example.odata.passenger-update": {
"type": "object",
"title": "passenger (Update Schema)",
"title": "passenger (Update schema)",
"properties": {
"name": {
"type": "string",
Expand Down
Loading

0 comments on commit 7d77183

Please sign in to comment.