Skip to content

Commit

Permalink
Prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavisha Doda committed Oct 7, 2024
1 parent d33a0e2 commit 7ff7c03
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
"File"
],
"description": "Creates or updates an attachment resource under a particular farmer.",
"operationId": "File_UploadFile",
"operationId": "File_Upload",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -728,8 +728,8 @@
}
},
"x-ms-examples": {
"File_UploadFile": {
"$ref": "./examples/File_UploadFile.json"
"File_Upload": {
"$ref": "./examples/File_Upload.json"
}
}
}
Expand Down Expand Up @@ -998,7 +998,7 @@
"Items"
],
"description": "Search for Items across all parties by intersecting geometry.",
"operationId": "Items_GetAllItemsUnderCollection",
"operationId": "Items_GetAllUnderCollection",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -1063,8 +1063,8 @@
}
},
"x-ms-examples": {
"Items_GetAllItemsUnderCollection": {
"$ref": "./examples/Items_GetAllItemsUnderCollection.json"
"Items_GetAllUnderCollection": {
"$ref": "./examples/Items_GetAllUnderCollection.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"api-version": "2024-11-01-preview",
"collectionId": "COLLECTION123",
"catalogId": "CATALOG123",
"itemID": "ITEM123"
"itemId": "ITEM123"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"responses": {
"200": {
"body": {
"source": "Manual",
"name": "Application data for North farm",
"description": "some description"
"id": "ITEM123",
"message": "Success",
"status": "Completed",
"e2eid": "E2E-123456"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
"responses": {
"202": {
"body": {
"source": "Manual",
"name": "Application data for North Farm",
"description": "some description"
"id": "ITEM123",
"message": "Success",
"status": "Completed",
"jobCreatedDateTime": "2024-10-04T09:11:52Z",
"jobLastActionDateTime": "2024-10-04T09:13:36Z",
"e2eid": "E2E-123456"
}
}
}
Expand Down

0 comments on commit 7ff7c03

Please sign in to comment.