Skip to content

Commit

Permalink
Merge pull request #472 from cookeac/fix-linting-errors
Browse files Browse the repository at this point in the history
Fix linting errors
  • Loading branch information
cookeac authored May 20, 2024
2 parents c76ab6d + 4e3df0a commit cf08a7f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion resources/icarResponseMessageResource.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "An RFC7807 compliant problem response for JSON APIs.",

"type": "object",

"properties": {
Expand Down
4 changes: 2 additions & 2 deletions url-schemes/exampleUrlScheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,7 @@
"summary": "Get position observation events for animals that relate to a given location",
"description": "# Purpose\nProvides the collection of position observation events for animals at the specified location.\n",
"tags": [
"ADE-1.3-management"
"ADE-1.4-management"
],
"parameters": [
{
Expand Down Expand Up @@ -2587,7 +2587,7 @@
"summary": "Get position observation events for groups that relate to a given location",
"description": "# Purpose\nProvides the collection of position observation events for groups at the specified location.\n",
"tags": [
"ADE-1.3-management"
"ADE-1.4-management"
],
"parameters": [
{
Expand Down
12 changes: 6 additions & 6 deletions url-schemes/managementURLScheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
"summary": "Get position observation events for animals that relate to a given location",
"description": "# Purpose\nProvides the collection of position observation events for animals at the specified location.\n",
"tags": [
"ADE-1.3-management"
"ADE-1.4-management"
],
"parameters": [
{
Expand Down Expand Up @@ -695,7 +695,7 @@
"summary": "Add a single new animal position observation event.",
"description": "# Purpose\nAllows a client to add a single animal position observation event.\n",
"tags": [
"ADE-1.3-management"
"ADE-1.4-management"
],
"parameters": [
{
Expand Down Expand Up @@ -763,7 +763,7 @@
"summary": "Get position observation events for groups that relate to a given location",
"description": "# Purpose\nProvides the collection of position observation events for groups at the specified location.\n",
"tags": [
"ADE-1.3-management"
"ADE-1.4-management"
],
"parameters": [
{
Expand Down Expand Up @@ -812,7 +812,7 @@
"summary": "Add a single new group position observation event.",
"description": "# Purpose\nAllows a client to add a single group position observation event.\n",
"tags": [
"ADE-1.3-management"
"ADE-1.4-management"
],
"parameters": [
{
Expand Down Expand Up @@ -1406,7 +1406,7 @@
"summary": "Add an array of animal position observation events.",
"description": "# Purpose \nAllows a client to add a collection of position observation events for individual animals.\n",
"tags": [
"ADE-1.3-management"
"ADE-1.4-management"
],
"parameters": [
{
Expand Down Expand Up @@ -1481,7 +1481,7 @@
"summary": "Add an array of group position observation events.",
"description": "# Purpose \nAllows a client to add a collection of position observation events for groups.\n",
"tags": [
"ADE-1.3-management"
"ADE-1.4-management"
],
"parameters": [
{
Expand Down
20 changes: 10 additions & 10 deletions url-schemes/sortingURLScheme.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"openapi": "3.0.1",
"openapi": "3.1.0",
"info": {
"title": "Sorting-related messages API Specifications",
"description": "Specifications for messages that support livestock sorting management.",
"version": "1.3",
"version": "1.4",
"contact": {
"name": "Animal Data Exchange Working Group",
"url": "https://www.icar.org/index.php/technical-bodies/working-groups/animal-data-exchange-wg/",
Expand All @@ -17,7 +17,7 @@
],
"tags": [
{
"name": "ADE-1.3-sorting",
"name": "ADE-1.4-sorting",
"description": "Sorting messages approved by the working group"
}
],
Expand All @@ -28,7 +28,7 @@
"summary": "Get the sorting-sites for a certain location",
"description": "# Purpose\nProvides the sorting-sites for a location\n",
"tags": [
"ADE-1.3-sorting"
"ADE-1.4-sorting"
],
"parameters": [
{
Expand Down Expand Up @@ -57,11 +57,11 @@
},
"/locations/{location-scheme}/{location-id}/{animal-scheme}/{animal-id}/sorting": {
"get": {
"operationId": "get-sorting of an animal",
"operationId": "get-animal-sorting",
"summary": "Get the sorting of a certain animal for a certain site",
"description": "# Purpose\nProvides the sorting of a certain animal\n",
"tags": [
"ADE-1.3-sorting"
"ADE-1.4-sorting"
],
"parameters": [
{
Expand Down Expand Up @@ -98,7 +98,7 @@
"summary": "Delete sorting for a certain animal of a location",
"description": "# Purpose\nProvides the deletion of sorting for a location\n",
"tags": [
"ADE-1.3-sorting"
"ADE-1.4-sorting"
],
"parameters": [
{
Expand Down Expand Up @@ -130,7 +130,7 @@
"summary": "Get the known sorting-commands for all animals of a certain location",
"description": "# Purpose\nProvides the known sorting-commands for all animals of a location\n",
"tags": [
"ADE-1.3-sorting"
"ADE-1.4-sorting"
],
"parameters": [
{
Expand Down Expand Up @@ -161,7 +161,7 @@
"summary": "Add an animal into a sorting-site.",
"description": "# Purpose\nAllows a client to add an animal to a sorting-site",
"tags": [
"ADE-1.3-sorting"
"ADE-1.4-sorting"
],
"parameters": [
{
Expand Down Expand Up @@ -289,6 +289,6 @@
}
}
},
"examples": {}
"examples": {}
}
}

0 comments on commit cf08a7f

Please sign in to comment.