Skip to content

Commit

Permalink
feat: remove tags
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Aug 18, 2024
1 parent 35e0531 commit 1a36905
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 1,200 deletions.
4 changes: 0 additions & 4 deletions samples/allOf-required.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"paths": {
"/path": {
"get": {
"tags": [
"path"
],
"parameters": [],
"responses": {
"200": {
"content": {
Expand Down
4 changes: 0 additions & 4 deletions samples/array-one-of.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"paths": {
"/user": {
"get": {
"tags": [
"user"
],
"parameters": [],
"responses": {
"200": {
"content": {
Expand Down
27 changes: 0 additions & 27 deletions samples/externals.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"paths": {
"/users/{user_id}/orders/{order_id}": {
"get": {
"tags": [
"users"
],
"parameters": [
{
"name": "user_id",
Expand Down Expand Up @@ -102,9 +99,6 @@
},
"/users/{user_id}/orders": {
"get": {
"tags": [
"users"
],
"parameters": [
{
"name": "user_id",
Expand Down Expand Up @@ -202,9 +196,6 @@
},
"/users/{user_id}/orders/purchase/invoice": {
"post": {
"tags": [
"users"
],
"parameters": [
{
"name": "user_id",
Expand Down Expand Up @@ -312,9 +303,6 @@
},
"/users/{user_id}/orders/purchase/wallet": {
"post": {
"tags": [
"users"
],
"parameters": [
{
"name": "user_id",
Expand Down Expand Up @@ -426,9 +414,6 @@
},
"/users/{user_id}/orders/unsubscribe": {
"post": {
"tags": [
"users"
],
"parameters": [
{
"name": "user_id",
Expand Down Expand Up @@ -532,9 +517,6 @@
},
"/users/{user_id}/orders/update/renew": {
"post": {
"tags": [
"users"
],
"parameters": [
{
"name": "user_id",
Expand Down Expand Up @@ -643,9 +625,6 @@
},
"/users/{user_id}/phone-numbers/{phone_number}/orders": {
"get": {
"tags": [
"users"
],
"parameters": [
{
"name": "user_id",
Expand Down Expand Up @@ -742,9 +721,6 @@
},
"/users/{user_id}/phone-numbers/{phone_number}/orders/purchase/invoice": {
"post": {
"tags": [
"users"
],
"parameters": [
{
"name": "user_id",
Expand Down Expand Up @@ -856,9 +832,6 @@
},
"/users/{user_id}/phone-numbers/{phone_number}/orders/purchase/wallet": {
"post": {
"tags": [
"users"
],
"parameters": [
{
"name": "user_id",
Expand Down
Loading

0 comments on commit 1a36905

Please sign in to comment.