schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | machineType | Run load test using | {"ignoreCase": "all", "enum": ["0", "2"]} |
service-schema.json | resourceGroupName | Resource group rig | {"type": "string", "ignoreCase": "key"} |
service-schema.json | numOfSelfProvisionedAgents | No. of agents to use | {"type": "integer", "ignoreCase": "key"} |
service-schema.json | avgResponseTimeThreshold | Fail test if Avg.Response Time(ms) exceeds | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | IIS web app manage
Create or update websites, web apps, virtual directories, or application pools | {"ignoreCase": "value", "pattern": "^IISWebAppManagementOnMachineGroup@0$"} |
service-schema.json | inputs | IIS web app manage inputs | {"properties": {"EnableIIS": {"type": "boolean", "ignoreCase": "key"}, "IISDeploymentType": {"ignoreCase": "all", "enum": ["IISWebsite", "IISWebApplication", "IISVirtualDirectory", "IISApplicationPool"]}, "ActionIISWebsite": {"ignoreCase": "all", "enum": ["CreateOrUpdateWebsite", "StartWebsite", "StopWebsite"]}, "ActionIISApplicationPool": {"ignoreCase": "all", "enum": ["CreateOrUpdateAppPool", "StartAppPool", "StopAppPool", "RecycleAppPool"]}, "StartStopWebsiteName": {"type": "string", "ignoreCase": "key"}, "WebsiteName": {"type": "string", "ignoreCase": "key"}, "WebsitePhysicalPath": {"type": "string", "ignoreCase": "key"}, "WebsitePhysicalPathAuth": {"ignoreCase": "all", "enum": ["WebsiteUserPassThrough", "WebsiteWindowsAuth"]}, "WebsiteAuthUserName": {"type": "string", "ignoreCase": "key"}, "WebsiteAuthUserPassword": {"type": "string", "ignoreCase": "key"}, "AddBinding": {"type": "boolean", "ignoreCase": "key"}, "Protocol": {"ignoreCase": "all", "enum": ["https", "http"]}, "IPAddress": {"type": "string", "ignoreCase": "key"}, "Port": {"type": "string", "ignoreCase": "key"}, "ServerNameIndication": {"type": "boolean", "ignoreCase": "key"}, "HostNameWithOutSNI": {"type": "string", "ignoreCase": "key"}, "HostNameWithHttp": {"type": "string", "ignoreCase": "key"}, "HostNameWithSNI": {"type": "string", "ignoreCase": "key"}, "SSLCertThumbPrint": {"type": "string", "ignoreCase": "key"}, "Bindings": {"type": "string", "ignoreCase": "key"}, "CreateOrUpdateAppPoolForWebsite": {"type": "boolean", "ignoreCase": "key"}, "ConfigureAuthenticationForWebsite": {"type": "boolean", "ignoreCase": "key"}, "AppPoolNameForWebsite": {"type": "string", "ignoreCase": "key"}, "DotNetVersionForWebsite": {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]}, "PipeLineModeForWebsite": {"ignoreCase": "all", "enum": ["Integrated", "Classic"]}, "AppPoolIdentityForWebsite": {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]}, "AppPoolUsernameForWebsite": {"type": "string", "ignoreCase": "key"}, "AppPoolPasswordForWebsite": {"type": "string", "ignoreCase": "key"}, "AnonymousAuthenticationForWebsite": {"type": "boolean", "ignoreCase": "key"}, "BasicAuthenticationForWebsite": {"type": "boolean", "ignoreCase": "key"}, "WindowsAuthenticationForWebsite": {"type": "boolean", "ignoreCase": "key"}, "ParentWebsiteNameForVD": {"type": "string", "ignoreCase": "key"}, "VirtualPathForVD": {"type": "string", "ignoreCase": "key"}, "PhysicalPathForVD": {"type": "string", "ignoreCase": "key"}, "VDPhysicalPathAuth": {"ignoreCase": "all", "enum": ["VDUserPassThrough", "VDWindowsAuth"]}, "VDAuthUserName": {"type": "string", "ignoreCase": "key"}, "VDAuthUserPassword": {"type": "string", "ignoreCase": "key"}, "ParentWebsiteNameForApplication": {"type": "string", "ignoreCase": "key"}, "VirtualPathForApplication": {"type": "string", "ignoreCase": "key"}, "PhysicalPathForApplication": {"type": "string", "ignoreCase": "key"}, "ApplicationPhysicalPathAuth": {"ignoreCase": "all", "enum": ["ApplicationUserPassThrough", "ApplicationWindowsAuth"]}, "ApplicationAuthUserName": {"type": "string", "ignoreCase": "key"}, "ApplicationAuthUserPassword": {"type": "string", "ignoreCase": "key"}, "CreateOrUpdateAppPoolForApplication": {"type": "boolean", "ignoreCase": "key"}, "AppPoolNameForApplication": {"type": "string", "ignoreCase": "key"}, "DotNetVersionForApplication": {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]}, "PipeLineModeForApplication": {"ignoreCase": "all", "enum": ["Integrated", "Classic"]}, "AppPoolIdentityForApplication": {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]}, "AppPoolUsernameForApplication": {"type": "string", "ignoreCase": "key"}, "AppPoolPasswordForApplication": {"type": "string", "ignoreCase": "key"}, "AppPoolName": {"type": "string", "ignoreCase": "key"}, "DotNetVersion": {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]}, "PipeLineMode": {"ignoreCase": "all", "enum": ["Integrated", "Classic"]}, "AppPoolIdentity": {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]}, "AppPoolUsername": {"type": "string", "ignoreCase": "key"}, "AppPoolPassword": {"type": "string", "ignoreCase": "key"}, "StartStopRecycleAppPoolName": {"type": "string", "ignoreCase": "key"}, "AppCmdCommands": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["WebsiteName", "Bindings", "AppPoolNameForWebsite", "ParentWebsiteNameForVD", "VirtualPathForVD", "ParentWebsiteNameForApplication", "VirtualPathForApplication", "AppPoolNameForApplication", "AppPoolName"]} |
service-schema.json | EnableIIS | Enable IIS | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | IISDeploymentType | Configuration type | {"ignoreCase": "all", "enum": ["IISWebsite", "IISWebApplication", "IISVirtualDirectory", "IISApplicationPool"]} |
service-schema.json | ActionIISWebsite | Action | {"ignoreCase": "all", "enum": ["CreateOrUpdateWebsite", "StartWebsite", "StopWebsite"]} |
service-schema.json | ActionIISApplicationPool | Action | {"ignoreCase": "all", "enum": ["CreateOrUpdateAppPool", "StartAppPool", "StopAppPool", "RecycleAppPool"]} |
service-schema.json | StartStopWebsiteName | Website name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebsiteName | Website name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebsitePhysicalPath | Physical path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebsitePhysicalPathAuth | Physical path authentication | {"ignoreCase": "all", "enum": ["WebsiteUserPassThrough", "WebsiteWindowsAuth"]} |
service-schema.json | WebsiteAuthUserName | Username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebsiteAuthUserPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AddBinding | Add binding | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | Protocol | Protocol | {"ignoreCase": "all", "enum": ["https", "http"]} |
service-schema.json | IPAddress | IP address | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Port | Port | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ServerNameIndication | Server Name Indication required | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | HostNameWithOutSNI | Host name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | HostNameWithHttp | Host name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | HostNameWithSNI | Host name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SSLCertThumbPrint | SSL certificate thumbprint | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Bindings | Add bindings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | CreateOrUpdateAppPoolForWebsite | Create or update app pool | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ConfigureAuthenticationForWebsite | Configure authentication | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AppPoolNameForWebsite | Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DotNetVersionForWebsite | .NET version | {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]} |
service-schema.json | PipeLineModeForWebsite | Managed pipeline mode | {"ignoreCase": "all", "enum": ["Integrated", "Classic"]} |
service-schema.json | AppPoolIdentityForWebsite | Identity | {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]} |
service-schema.json | AppPoolUsernameForWebsite | Username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppPoolPasswordForWebsite | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AnonymousAuthenticationForWebsite | Anonymous authentication | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | BasicAuthenticationForWebsite | Basic authentication | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | WindowsAuthenticationForWebsite | Windows authentication | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ParentWebsiteNameForVD | Parent website name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | VirtualPathForVD | Virtual path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | PhysicalPathForVD | Physical path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | VDPhysicalPathAuth | Physical path authentication | {"ignoreCase": "all", "enum": ["VDUserPassThrough", "VDWindowsAuth"]} |
service-schema.json | VDAuthUserName | Username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | VDAuthUserPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ParentWebsiteNameForApplication | Parent website name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | VirtualPathForApplication | Virtual path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | PhysicalPathForApplication | Physical path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ApplicationPhysicalPathAuth | Physical path authentication | {"ignoreCase": "all", "enum": ["ApplicationUserPassThrough", "ApplicationWindowsAuth"]} |
service-schema.json | ApplicationAuthUserName | Username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ApplicationAuthUserPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | CreateOrUpdateAppPoolForApplication | Create or update app pool | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AppPoolNameForApplication | Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DotNetVersionForApplication | .NET version | {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]} |
service-schema.json | PipeLineModeForApplication | Managed pipeline mode | {"ignoreCase": "all", "enum": ["Integrated", "Classic"]} |
service-schema.json | AppPoolIdentityForApplication | Identity | {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]} |
service-schema.json | AppPoolUsernameForApplication | Username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppPoolPasswordForApplication | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppPoolName | Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DotNetVersion | .NET version | {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]} |
service-schema.json | PipeLineMode | Managed pipeline mode | {"ignoreCase": "all", "enum": ["Integrated", "Classic"]} |
service-schema.json | AppPoolIdentity | Identity | {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]} |
service-schema.json | AppPoolUsername | Username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppPoolPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | StartStopRecycleAppPoolName | Application pool name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppCmdCommands | Additional appcmd.exe commands | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Docker CLI installer
Install Docker CLI on agent machine. | {"ignoreCase": "value", "pattern": "^DockerInstaller@0$"} |
service-schema.json | inputs | Docker CLI installer inputs | {"properties": {"dockerVersion": {"type": "string", "ignoreCase": "key"}, "releaseType": {"ignoreCase": "all", "enum": ["stable", "edge", "test", "nightly"]}}, "additionalProperties": false, "required": []} |
service-schema.json | dockerVersion | Docker Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | releaseType | Release type | {"ignoreCase": "all", "enum": ["stable", "edge", "test", "nightly"]} |
projektor.json | Global settings
https://github.com/yamnikov-oleg/projektor#configuration | {"$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": {"keybind": {"type": "string", "minLength": 1, "default": "Mod4-q"}, "forcecacheinterval": {"type": "integer", "minimum": 0, "default": 60}, "enabledcategories": {"type": "object", "properties": {"calc": {"type": "string", "default": true}, "history": {"type": "string", "default": true}, "apps": {"type": "string", "default": true}, "url": {"type": "string", "default": true}, "commands": {"type": "string", "default": true}, "files": {"type": "string", "default": true}, "websearch": {"type": "string", "default": true}}, "additionalProperties": false}, "history": {"type": "object", "properties": {"capacity": {"type": "integer", "minimum": 0, "default": 40}}, "additionalProperties": false}, "url": {"type": "object", "properties": {"capacity": {"type": "string", "minLength": 1, "default": "web-browser"}}, "additionalProperties": false}, "websearch": {"type": "object", "properties": {"engine": {"type": "string", "minLength": 1, "default": "https://google.com/search?q=%s"}, "icon": {"type": "string", "minLength": 1, "default": "web-browser"}}, "additionalProperties": false}, "ui": {"type": "object", "properties": {"width": {"type": "string", "pattern": "^\\d+$", "default": "600"}, "height": {"type": "string", "pattern": "^\\d+$", "default": "300"}}, "additionalProperties": false}}, "type": "object"} | |
projektor.json | keybind | A daemon keybinding
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "minLength": 1, "default": "Mod4-q"} |
projektor.json | forcecacheinterval | A delay between daemon run with '-dry' flag
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "integer", "minimum": 0, "default": 60} |
projektor.json | enabledcategories | Global enabled category settings
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "object", "properties": {"calc": {"type": "string", "default": true}, "history": {"type": "string", "default": true}, "apps": {"type": "string", "default": true}, "url": {"type": "string", "default": true}, "commands": {"type": "string", "default": true}, "files": {"type": "string", "default": true}, "websearch": {"type": "string", "default": true}}, "additionalProperties": false} |
projektor.json | calc | Whether to enable calculator
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "default": true} |
projektor.json | history | Whether to show history
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "default": true} |
projektor.json | apps | Whether to show applications
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "default": true} |
projektor.json | url | Whether to show urls
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "default": true} |
projektor.json | commands | Whether to show commands
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "default": true} |
projektor.json | files | Whether to show files
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "default": true} |
projektor.json | websearch | Whether to allow web search
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "default": true} |
projektor.json | history | Global history settings
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "object", "properties": {"capacity": {"type": "integer", "minimum": 0, "default": 40}}, "additionalProperties": false} |
projektor.json | capacity | A capacity
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "integer", "minimum": 0, "default": 40} |
projektor.json | url | Global url settings
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "object", "properties": {"capacity": {"type": "string", "minLength": 1, "default": "web-browser"}}, "additionalProperties": false} |
projektor.json | capacity | An icon
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "minLength": 1, "default": "web-browser"} |
projektor.json | websearch | Global web search settings
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "object", "properties": {"engine": {"type": "string", "minLength": 1, "default": "https://google.com/search?q=%s"}, "icon": {"type": "string", "minLength": 1, "default": "web-browser"}}, "additionalProperties": false} |
projektor.json | engine | A url template
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "minLength": 1, "default": "https://google.com/search?q=%s"} |
projektor.json | icon | An entry icon
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "minLength": 1, "default": "web-browser"} |
projektor.json | ui | Global UI settings
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "object", "properties": {"width": {"type": "string", "pattern": "^\\d+$", "default": "600"}, "height": {"type": "string", "pattern": "^\\d+$", "default": "300"}}, "additionalProperties": false} |
projektor.json | width | A width
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "pattern": "^\\d+$", "default": "600"} |
projektor.json | height | A height
https://github.com/yamnikov-oleg/projektor#configuration | {"type": "string", "pattern": "^\\d+$", "default": "300"} |
npmpackagejsonlintrc.json | rule | npm-package-json-lint rule
"off" - turns the rule off
"warning" - turns the rule on as a warning, which doesn't affect the exit code
"error" - turns the rule on as an error, which when triggered generates an exit code of 2
| {"type": "string", "enum": ["off", "warning", "error"]} |
npmpackagejsonlintrc.json | require-author | Require author property. | {} |
npmpackagejsonlintrc.json | require-bin | Require bin property. | {} |
npmpackagejsonlintrc.json | require-bugs | Require bugs property. | {} |
npmpackagejsonlintrc.json | require-bundledDependencies | Require bundledDependencies property. | {} |
npmpackagejsonlintrc.json | require-config | Require config property. | {} |
npmpackagejsonlintrc.json | require-contributors | Require contributors property. | {} |
npmpackagejsonlintrc.json | require-cpu | Require cpu property. | {} |
npmpackagejsonlintrc.json | require-dependencies | Require dependencies property. | {} |
npmpackagejsonlintrc.json | require-description | Require description property. | {} |
npmpackagejsonlintrc.json | require-devDependencies | Require devDependencies property. | {} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.