.github
backend
cmd
embed
api_docs
components
CertificateAuthorityList.json
CertificateAuthorityObject.json
CertificateList.json
CertificateObject.json
ConfigObject.json
DNSProviderList.json
DNSProviderObject.json
DeletedItemResponse.json
ErrorObject.json
FilterObject.json
HealthObject.json
HostList.json
HostObject.json
HostTemplateList.json
HostTemplateObject.json
SettingList.json
SettingObject.json
SortObject.json
StreamList.json
StreamObject.json
TokenObject.json
UserAuthObject.json
UserList.json
UserObject.json
paths
api.swagger.json
main.go
migrations
nginx
main.go
internal
scripts
.editorconfig
.golangci.yml
.nancy-ignore
README.md
Taskfile.yml
go.mod
go.sum
docker
docs
frontend
scripts
test
.dockerignore
.gitignore
.version
DEV-README.md
Jenkinsfile
LICENSE
README.md
18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"type": "object",
|
|
"description": "SortObject",
|
|
"additionalProperties": false,
|
|
"required": ["field", "direction"],
|
|
"properties": {
|
|
"field": {
|
|
"type": "string",
|
|
"description": "Field for sorting on"
|
|
},
|
|
"direction": {
|
|
"type": "string",
|
|
"description": "Sort order",
|
|
"pattern": "^(ASC|DESC)$"
|
|
}
|
|
}
|
|
}
|