chore: Change spacing.
This commit is contained in:
parent
035c1e5b8f
commit
f7f2fc7826
2 changed files with 9 additions and 9 deletions
|
@ -22,20 +22,20 @@ export function route(routeOptions: RouteOptions) {
|
||||||
required: ["token", "name", "protocol", "sourceIP", "sourcePort", "destinationPort", "providerID"],
|
required: ["token", "name", "protocol", "sourceIP", "sourcePort", "destinationPort", "providerID"],
|
||||||
|
|
||||||
properties: {
|
properties: {
|
||||||
token: { type: "string" },
|
token: { type: "string" },
|
||||||
|
|
||||||
name: { type: "string" },
|
name: { type: "string" },
|
||||||
description: { type: "string" },
|
description: { type: "string" },
|
||||||
|
|
||||||
protocol: { type: "string" },
|
protocol: { type: "string" },
|
||||||
|
|
||||||
sourceIP: { type: "string" },
|
sourceIP: { type: "string" },
|
||||||
sourcePort: { type: "number" },
|
sourcePort: { type: "number" },
|
||||||
|
|
||||||
destinationPort: { type: "number" },
|
destinationPort: { type: "number" },
|
||||||
|
|
||||||
providerID: { type: "number" },
|
providerID: { type: "number" },
|
||||||
autoStart: { type: "boolean" }
|
autoStart: { type: "boolean" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ export function route(routeOptions: RouteOptions) {
|
||||||
|
|
||||||
properties: {
|
properties: {
|
||||||
token: { type: "string" },
|
token: { type: "string" },
|
||||||
id: { type: "number" }
|
id: { type: "number" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue