Skip to content

Commit

Permalink
Merge pull request #17 from caions/chore/prettier-run
Browse files Browse the repository at this point in the history
chore: prettier run
  • Loading branch information
caions committed Jan 29, 2024
2 parents af007e2 + a3fb57f commit 3142df1
Showing 1 changed file with 12 additions and 35 deletions.
47 changes: 12 additions & 35 deletions habits-document.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@
},
"host": "localhost:8000",
"basePath": "/",
"schemes": [
"http"
],
"schemes": ["http"],
"paths": {
"/habits/": {
"get": {
"tags": [
"Habits"
],
"tags": ["Habits"],
"description": "",
"responses": {
"default": {
Expand All @@ -24,9 +20,7 @@
}
},
"post": {
"tags": [
"Habits"
],
"tags": ["Habits"],
"description": "",
"parameters": [
{
Expand All @@ -45,9 +39,7 @@
}
},
"put": {
"tags": [
"Habits"
],
"tags": ["Habits"],
"description": "",
"parameters": [
{
Expand All @@ -72,9 +64,7 @@
}
},
"delete": {
"tags": [
"Habits"
],
"tags": ["Habits"],
"description": "",
"parameters": [
{
Expand All @@ -95,9 +85,7 @@
},
"/habits/{id}": {
"get": {
"tags": [
"Habits"
],
"tags": ["Habits"],
"description": "",
"parameters": [
{
Expand All @@ -117,9 +105,7 @@
},
"/habitsCompDate/": {
"get": {
"tags": [
"Habits Completion Date"
],
"tags": ["Habits Completion Date"],
"description": "",
"responses": {
"default": {
Expand All @@ -128,9 +114,7 @@
}
},
"post": {
"tags": [
"Habits Completion Date"
],
"tags": ["Habits Completion Date"],
"description": "",
"parameters": [
{
Expand Down Expand Up @@ -159,9 +143,7 @@
"example": "habit uuid"
}
},
"required": [
"id"
]
"required": ["id"]
},
"HabitBodyName": {
"type": "object",
Expand All @@ -171,9 +153,7 @@
"example": "habit name"
}
},
"required": [
"name"
]
"required": ["name"]
},
"CompleteHabitBody": {
"type": "object",
Expand All @@ -187,10 +167,7 @@
"example": "2023-09-26T00:00:00.000Z"
}
},
"required": [
"habitId",
"completedDate"
]
"required": ["habitId", "completedDate"]
}
}
}
}

0 comments on commit 3142df1

Please sign in to comment.