definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"type": "object", "properties": {"routesDir": {"type": "string"}, "basePath": {"type": "string"}, "middlewareTemplate": {"type": "string"}, "iocModule": {"type": "string"}, "authenticationModule": {"type": "string"}, "routesFileName": {"type": "string"}, "middleware": {"enum": ["express", "hapi", "koa"], "type": "string"}}}
RoutesConfig
tsoa.json
{"additionalProperties": {"type": "string"}, "type": "object"}
Swagger.OAuthScope
tsoa.json
{"type": "object", "properties": {"url": {"type": "string"}}}
Swagger.ExternalDocs
tsoa.json
{"type": "object", "properties": {"scheme": {"enum": ["basic"], "type": "string"}, "type": {"enum": ["http"], "type": "string"}}}
Swagger.BasicSecurity3
tsoa.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "2.0.0", "examples": ["2.0.0"]}}
d088
vtesttree-schema.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "1.0.0", "examples": ["1.0.0"]}}
2493
vtesttree-schema.json
{"full": {"$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"type": "number"}, {"type": "string"}]}}
8692
vtesttree-schema.json
{"additionalProperties": false, "type": "object", "properties": {"url": {"type": "string"}, "contextDir": {"type": "string"}, "revision": {"type": "string"}}}
Git
func_yaml-schema.json
{"additionalProperties": false, "type": "object", "properties": {"max": {"minimum": 0, "type": "integer"}, "metric": {"enum": ["concurrency", "rps"], "type": "string"}, "min": {"minimum": 0, "type": "integer"}, "target": {"minimum": 0, "type": "number"}, "utilization": {"minimum": 1, "type": "number", "maximum": 100}}}
ScaleOptions
func_yaml-schema.json
{"additionalProperties": false, "required": ["key"], "type": "object", "properties": {"key": {"pattern": "^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*\\/)?([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]$", "type": "string"}, "value": {"pattern": "^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$", "type": "string"}}}
Label
func_yaml-schema.json
{"additionalProperties": false, "oneOf": [{"required": ["secret"]}, {"required": ["configMap"]}], "required": ["path"], "type": "object", "properties": {"configMap": {"type": "string"}, "secret": {"type": "string"}, "path": {"type": "string"}}}
Volume
func_yaml-schema.json
{"additionalProperties": false, "type": "object", "properties": {"cpu": {"pattern": "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$", "type": "string"}, "concurrency": {"minimum": 0, "type": "integer"}, "memory": {"pattern": "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$", "type": "string"}}}
ResourcesLimitsOptions
func_yaml-schema.json
{"additionalProperties": false, "type": "object", "properties": {"cpu": {"pattern": "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$", "type": "string"}, "memory": {"pattern": "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$", "type": "string"}}}
ResourcesRequestsOptions
func_yaml-schema.json
{"additionalProperties": false, "required": ["value"], "type": "object", "properties": {"name": {"pattern": "^[-._a-zA-Z][-._a-zA-Z0-9]*$", "type": "string"}, "value": {"type": "string"}}}
Env
func_yaml-schema.json
{"additionalProperties": false, "type": "object", "properties": {"readiness": {"type": "string"}, "liveness": {"type": "string"}}}
HealthEndpoints
func_yaml-schema.json
{"additionalProperties": false, "type": "object", "properties": {"format": {"type": "string"}}}
Invocation
func_yaml-schema.json
{"properties": {"outputMode": {"default": "singleLine", "enum": ["multipleLines", "singleLine", "none"]}, "indentSize": {"default": 2, "type": "integer"}}}
ajaxminBaseSettings
bundleconfig.json
{"properties": {"minify": {"type": "object", "properties": {"preserveCase": {"default": false, "type": "boolean"}, "collapseWhitespace": {"default": true, "type": "boolean"}, "minifyInlineCssCode": {"default": true, "type": "boolean"}, "removeOptionalEndTags": {"default": false, "type": "boolean"}, "minifyEmbeddedCssCode": {"default": true, "type": "boolean"}, "removeQuotedAttributes": {"default": true, "type": "boolean"}, "isFragmentOnly": {"default": true, "type": "boolean"}, "minifyEmbeddedJsCode": {"default": true, "type": "boolean"}, "keepOneSpaceWhenCollapsing": {"default": false, "type": "boolean"}, "collapseBooleanAttributes": {"default": true, "type": "boolean"}, "removeHtmlComments": {"default": true, "type": "boolean"}}}, "outputFileName": {"pattern": "\\.(html|htm)$"}}}
htmlBundle
bundleconfig.json
{"type": "object", "properties": {"vars": {"type": "object"}}}
config-config
clab.schema.json
{"oneOf": [{"not": {"anyOf": [{"required": ["key-size"]}, {"required": ["validity-duration"]}]}, "required": ["cert", "key"]}, {"not": {"anyOf": [{"required": ["cert"]}, {"required": ["key"]}]}, "anyOf": [{"required": ["key-size"]}, {"required": ["validity-duration"]}]}], "type": "object", "properties": {"key": {"type": "string"}, "cert": {"type": "string"}, "key-size": {"type": "integer"}, "validity-duration": {"type": "string"}}}
certificate-authority-config
clab.schema.json
{"type": "object", "properties": {"issue": {}}}
certificate-config
clab.schema.json
{"type": "object", "properties": {"endpoints": {"minItems": 2, "items": {"pattern": "^\\S+:\\S+$", "type": "string"}, "uniqueItems": true, "type": "array"}, "vars": {"type": "object"}}}
link-config
clab.schema.json
{"type": "object", "properties": {"search": {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}, "options": {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}, "servers": {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}}}
dns-config
clab.schema.json
{"type": "object", "properties": {"srl-agents": {"minItems": 1, "items": {"type": "string"}, "uniqueItems": true, "type": "array"}, "mysocket-proxy": {"type": "string"}}}
extras-config
clab.schema.json
{"contextReference": "https://developer.wordpress.org/block-editor/reference-guides/block-api/block-context/", "attributesReference": "https://developer.wordpress.org/block-editor/reference-guides/block-api/block-attributes/", "supportsReference": "https://developer.wordpress.org/block-editor/reference-guides/block-api/block-supports/", "registerReference": "https://developer.wordpress.org/block-editor/reference-guides/block-api/block-registration/#example-optional", "reference": "https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/"}
//
block.json
{"type": "object", "properties": {"contexts": {"uniqueItems": true, "items": {"type": ["string", "object"]}, "type": "array"}, "paths": {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}, "filters": {"type": "object", "properties": {"role": {"type": "string"}, "tags": {"type": "string"}}}}}
suite
behat.json
{"required": ["query", "webhook"], "type": "object", "properties": {"query": {"type": "string"}, "webhook": {"oneOf": [{"type": "string"}, {"required": ["url"], "type": "object", "properties": {"url": {"type": "string"}, "headers": {"type": "object"}}}]}}}
subscription
prisma.json
{"enum": ["sign-extension", "mutable-globals", "nontrapping-f2i", "bulk-memory", "simd", "threads", "exception-handling", "tail-calls", "reference-types", "multi-value", "gc", "memory64"], "type": "string"}
webAssemblyFeatures
asconfig-schema.json
{"minLength": 1, "type": "string"}
nonEmptyString
asconfig-schema.json
{"required": ["name", "value"], "type": "object", "properties": {"text": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}}}
Const
entity.beef-5.json
{"required": ["name"], "type": "object", "properties": {"dataModelSerializationIgnore": {"type": "boolean"}, "databaseMapper": {"type": "string"}, "argumentName": {"type": "string"}, "text": {"type": "string"}, "privateName": {"type": "string"}, "grpcType": {"type": "string"}, "refDataMapping": {"type": "boolean"}, "dateTimeTransform": {"enum": ["UseDefault", "None", "DateOnly", "DateTimeLocal", "DateTimeUtc", "DateTimeUnspecified"], "type": "string"}, "modelText": {"type": "string"}, "dataAutoGenerated": {"type": "boolean"}, "stringCasing": {"enum": ["UseDefault", "None", "Lower", "Upper", "Title"], "type": "string"}, "odataMapper": {"enum": ["Map", "Ignore", "Skip"], "type": "string"}, "refDataTextName": {"type": "string"}, "jsonName": {"type": "string"}, "refDataType": {"enum": ["string", "int", "Guid"], "type": "string"}, "name": {"type": "string"}, "refDataList": {"type": "boolean"}, "serializationAlwaysInclude": {"type": "boolean"}, "stringTrim": {"enum": ["UseDefault", "None", "Start", "End", "Both"], "type": "string"}, "isEntity": {"type": "boolean"}, "refDataText": {"enum": ["Optional", "Always", "Never"], "type": "string"}, "stringTransform": {"enum": ["UseDefault", "None", "NullToEmpty", "EmptyToNull"], "type": "string"}, "databaseDbType": {"type": "string"}, "type": {"type": "string"}, "immutable": {"type": "boolean"}, "internalOnly": {"type": "boolean"}, "inherited": {"type": "boolean"}, "entityFrameworkMapper": {"enum": ["Set", "Ignore", "Map", "Flatten"], "type": "string"}, "autoCreate": {"type": "boolean"}, "partitionKey": {"type": "boolean"}, "grpcFieldNo": {"type": "integer"}, "databaseIgnore": {"type": "boolean"}, "dataModelIgnore": {"type": "boolean"}, "cosmosMapper": {"enum": ["Set", "Ignore", "Map", "Flatten"], "type": "string"}, "serializationIgnore": {"type": "boolean"}, "httpAgentMapper": {"enum": ["Set", "Ignore", "Map", "Flatten"], "type": "string"}, "displayName": {"type": "string"}, "jsonDataModelName": {"type": "string"}, "nullable": {"type": "boolean"}, "default": {"type": "string"}, "dataMapperIgnore": {"type": "boolean"}, "primaryKey": {"type": "boolean"}, "dataName": {"type": "string"}, "dataOperationTypes": {"enum": ["Any", "AnyExceptCreate", "AnyExceptUpdate", "AnyExceptGet", "Get", "Create", "Update", "Delete"], "type": "string"}, "dataConverter": {"type": "string"}, "annotation2": {"type": "string"}, "annotation3": {"type": "string"}, "annotation1": {"type": "string"}}}
Property
entity.beef-5.json
{"required": ["name"], "type": "object", "properties": {"refDataType": {"enum": ["string", "int", "Guid"], "type": "string"}, "name": {"type": "string"}, "nullable": {"type": "boolean"}, "default": {"type": "string"}, "text": {"type": "string"}, "privateName": {"type": "string"}, "layerPassing": {"enum": ["All", "ToManagerSet", "ToManagerCollSet"], "type": "string"}, "isMandatory": {"type": "boolean"}, "refDataList": {"type": "boolean"}, "grpcType": {"type": "string"}, "validator": {"type": "string"}, "validationFramework": {"enum": ["CoreEx", "FluentValidation"], "type": "string"}, "webApiFrom": {"enum": ["FromQuery", "FromBody", "FromRoute", "FromEntityProperties"], "type": "string"}, "type": {"type": "string"}, "dataConverter": {"type": "string"}, "argumentName": {"type": "string"}, "property": {"type": "string"}, "validatorCode": {"type": "string"}}}
Parameter
entity.beef-5.json
{"type": ["object", "null"], "properties": {"releaseName": {"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$", "type": "string", "maxLength": 53}, "force": {"type": "boolean"}, "timeoutSeconds": {"type": "integer"}, "maxHistory": {"type": "integer"}, "chart": {"type": "string"}, "repo": {"type": "string", "examples": ["https://charts.rancher.io"]}, "valuesFiles": {"items": {"type": "string"}, "type": "array"}, "version": {"type": "string"}, "values": {"type": "object", "examples": ["{\"replicaCount\": 2}", "{\"replicaCount\": 2, \"image\": {\"tag\": \"v1.0.0\"}}"]}, "atomic": {"type": "boolean"}, "takeOwnership": {"default": false, "type": "boolean"}, "valuesFrom": {"items": {"type": "object", "properties": {"secretKeyRef": {"type": "object", "properties": {"namespace": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "string"}}}, "configMapKeyRef": {"type": "object", "properties": {"namespace": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "string"}}}}}, "type": "array"}}}
helm
rancher-fleet.json
{"type": "object", "properties": {"comparePatches": {"items": {"type": "object", "properties": {"operations": {"items": {"type": "object", "properties": {"path": {"type": "string"}, "value": {"type": "string"}, "op": {"type": "string"}}}, "type": "array"}, "kind": {"type": "string"}, "name": {"type": "string"}, "jsonPointers": {"items": {"type": "string"}, "type": "array"}, "namespace": {"type": "string"}, "apiVersion": {"type": "string"}}}, "type": "array"}}}
diff
rancher-fleet.json
{"type": ["object", "null"], "properties": {"dir": {"type": "string"}}}
kustomize
rancher-fleet.json
{"type": ["object", "null"], "properties": {"matchLabels": {"additionalProperties": {"type": "string"}, "type": "object"}, "matchExpressions": {"items": {"type": "object", "properties": {"operator": {"type": "string"}, "values": {"items": {"type": "string"}, "type": "array"}, "key": {"type": "string"}}}, "type": "array"}}}
selector
rancher-fleet.json
{"type": "object", "properties": {"type": {"type": "string"}, "show_notification": {"type": "boolean"}, "group": {"type": "string"}}}
tagsCommonToAllRecipes
minecraft-recipe.json
{"type": "object", "properties": {"category": {"enum": ["building", "redstone", "equipment", "misc"], "type": "string"}}}
commonRecipeCategory
minecraft-recipe.json
{"type": "object", "properties": {"category": {"enum": ["food", "blocks", "misc "], "type": "string"}}}
cookingRecipeCategory
minecraft-recipe.json
{"type": "object", "properties": {"item": {"type": "string"}, "tag": {"type": "string"}}}
item
minecraft-recipe.json
{"type": "object", "properties": {"count": {"default": 1, "type": "integer"}, "item": {"type": "string"}}}
result
minecraft-recipe.json
{"additionalProperties": false, "type": "object", "properties": {"type": {"const": "disabled"}}, "minProperties": 1}
UiAccessDisabled
build-cache-node-config-schema-5.json
{"additionalProperties": false, "type": "object", "properties": {"type": {"const": "generated"}}, "minProperties": 1}
UiAccessGenerated
build-cache-node-config-schema-5.json
{"additionalProperties": false, "type": "object", "properties": {"type": {"const": "open"}}, "minProperties": 1}
UiAccessOpen
build-cache-node-config-schema-5.json
{"additionalProperties": false, "type": "object", "properties": {"type": {"const": "maxAvailable"}}, "minProperties": 1}
TargetSizeMaxAvailable
build-cache-node-config-schema-5.json
{"additionalProperties": false, "type": "object", "properties": {"type": {"const": "fixed"}, "size": {"minimum": 1, "type": "integer"}}, "minProperties": 1}
TargetSizeFixed
build-cache-node-config-schema-5.json
{"pattern": "^(?:\\s*[A-Za-z0-9+/]){43}(?:\\s*=):(?:(?:\\s*[A-Za-z0-9+/]){4})*(?:(?:\\s*[A-Za-z0-9+/]){2}(?:\\s*=){2}|(?:\\s*[A-Za-z0-9+/]){3}(?:\\s*=))?\\s*$", "type": "string"}
Sha256HashedSecretString
build-cache-node-config-schema-5.json
{"pattern": "\\d{4}-\\d{2}", "type": ["null", "string"]}
NullableYearMonth
cv.schema.json
{"type": ["null", "number"]}
NullableNumber
cv.schema.json
{"type": ["null", "string"], "format": "URI"}
NullableUri
cv.schema.json
{"additionalProperties": false, "required": ["Title"], "type": "object", "properties": {"Skills": {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}, "Title": {"type": "string"}}}
SkillSet
cv.schema.json
{"type": "string", "format": "DATE"}
Date
cv.schema.json
{"pattern": "[a-z]{2}", "type": "string"}
Language
cv.schema.json
{"type": ["null", "string"], "format": "DATE"}
NullableDate
cv.schema.json
{"pattern": "[A-Z]{2}", "type": "string"}
Country
cv.schema.json
{"type": "string", "format": "URI"}
Uri
cv.schema.json
{"type": ["null", "string"]}
NullableString
cv.schema.json
{"pattern": "[A-Z]{2}", "type": ["string", "null"]}
NullableCountry
cv.schema.json
{"pattern": "[a-z]{2}(_[A-Z]{2})?", "type": "string"}
Locale
cv.schema.json
{"additionalProperties": false, "required": ["Amount", "Currency"], "type": "object", "properties": {"Currency": {"type": "string"}, "Amount": {"type": "number"}}}
Money
cv.schema.json
{"pattern": "[pP]?\\s*(\\d+[yY])?\\s*(\\d+[wW])?\\s*(\\d+[dD])?", "type": "string"}
Period
cv.schema.json
{"pattern": "\\d{4}-\\d{2}", "type": "string"}
YearMonth
cv.schema.json
{"enum": ["BATCH_JOB_STATE_TYPE_UNSPECIFIED", 0, "PENDING", 1, "STARTED", 2, "ERROR_STARTING", 3, "RUNNING", 4, "FINISHED", 5, "ERROR", 6], "markdownEnumDescriptions": ["(or 0) ", "(or \"BATCH_JOB_STATE_TYPE_UNSPECIFIED\") ", "(or 1) ", "(or \"PENDING\") ", "(or 2) ", "(or \"STARTED\") ", "(or 3) ", "(or \"ERROR_STARTING\") ", "(or 4) ", "(or \"RUNNING\") ", "(or 5) ", "(or \"FINISHED\") ", "(or 6) ", "(or \"ERROR\") "]}
strmprivacy.api.entities.v1.BatchJobStateType
strmprivacy.api.entities.v1.BatchJob.json
{"enum": ["CONSENT_LEVEL_TYPE_UNSPECIFIED", 0, "CUMULATIVE", 1, "GRANULAR", 2], "markdownEnumDescriptions": ["(or 0) ", "(or \"CONSENT_LEVEL_TYPE_UNSPECIFIED\") ", "(or 1) ", "(or \"CUMULATIVE\") ", "(or 2) ", "(or \"GRANULAR\") "]}
strmprivacy.api.entities.v1.ConsentLevelType
strmprivacy.api.entities.v1.BatchJob.json
{"default": "", "type": "string", "format": "date-time"}
google.protobuf.Timestamp
strmprivacy.api.entities.v1.BatchJob.json
true
AnyValue
ffizer.schema.json
{"required": ["uri"], "type": "object", "properties": {"rev": {"type": ["string", "null"]}, "uri": {"type": "string"}, "subfolder": {"type": ["string", "null"]}}}
ImportCfg
ffizer.schema.json
{"type": "object", "properties": {"default_confirm_answer": {"type": ["string", "null"]}, "message": {"type": ["string", "null"]}, "cmd": {"type": ["string", "null"]}}}
ScriptCfg
ffizer.schema.json
{"items": {"anyOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "type": "array"}
before_script
ci.json
{"items": {"type": "string"}, "type": "array"}
exists
ci.json
{"oneOf": [{"const": "always"}, {"const": "unknown_failure"}, {"const": "script_failure"}, {"const": "api_failure"}, {"const": "stuck_or_timeout_failure"}, {"const": "runner_system_failure"}, {"const": "runner_unsupported"}, {"const": "stale_schedule"}, {"const": "job_execution_timeout"}, {"const": "archived_failure"}, {"const": "unmet_prerequisites"}, {"const": "scheduler_failure"}, {"const": "data_integrity_failure"}]}
retry_errors
ci.json
{"additionalProperties": false, "type": "object", "properties": {"pre_get_sources_script": {"oneOf": [{"minLength": 1, "type": "string"}, {"minItems": 1, "items": {"anyOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "type": "array"}]}}}
hooks
ci.json
{"oneOf": [{"minLength": 1, "type": "string"}, {"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"entrypoint": {"minItems": 1, "type": "array"}, "name": {"minLength": 1, "type": "string"}, "pull_policy": {"default": "always", "oneOf": [{"enum": ["always", "never", "if-not-present"], "type": "string"}, {"minItems": 1, "items": {"enum": ["always", "never", "if-not-present"], "type": "string"}, "uniqueItems": true, "type": "array"}]}}}, {"minLength": 1, "type": "array", "items": {"type": "string"}}]}
image
ci.json
{"oneOf": [{"additionalProperties": false, "required": ["matrix"], "type": "object", "properties": {"matrix": {"items": {"additionalProperties": {"type": ["string", "number", "array"]}, "type": "object"}, "type": "array", "maxItems": 200}}}]}
parallel_matrix
ci.json
{"default": false, "type": "boolean"}
interruptible
ci.json
{"type": "string"}
if
ci.json
{"properties": {"paths": {"items": {"type": "string"}, "type": "array"}, "fallback_keys": {"items": {"type": "string"}, "type": "array", "maxItems": 5}, "when": {"default": "on_success", "enum": ["on_success", "on_failure", "always"], "type": "string"}, "policy": {"default": "pull-push", "pattern": "pull-push|pull|push|\\$\\w{1,255}", "type": "string"}, "key": {"oneOf": [{"pattern": "^(?!.*\\/)^(.*[^.]+.*)$", "type": "string"}, {"type": "object", "properties": {"files": {"minItems": 1, "items": {"type": "string"}, "type": "array", "maxItems": 2}, "prefix": {"type": "string"}}}]}, "unprotect": {"default": false, "type": "boolean"}, "untracked": {"default": false, "type": "boolean"}}}
cache
ci.json
{"default": "on_success", "enum": ["on_success", "on_failure", "always", "never", "manual", "delayed"], "type": "string"}
when
ci.json
{"oneOf": [{"default": 0, "minimum": 2, "type": "integer", "maximum": 200}, {"additionalProperties": false, "required": ["matrix"], "type": "object", "properties": {"matrix": {"items": {"additionalProperties": {"type": ["string", "number", "array"]}, "type": "object"}, "type": "array", "maxItems": 200}}}]}
parallel
ci.json
{"items": {"anyOf": [{"oneOf": [{"enum": ["branches"]}, {"enum": ["tags"]}, {"enum": ["api"]}, {"enum": ["external"]}, {"enum": ["pipelines"]}, {"enum": ["pushes"]}, {"enum": ["schedules"]}, {"enum": ["triggers"]}, {"enum": ["web"]}]}, {"type": "string"}]}, "type": "array"}
filter_refs
ci.json
{"items": {"anyOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "type": "array"}
after_script
ci.json
{"patternProperties": {"additionalProperties": false, ".*": {"oneOf": [{"type": ["string", "number"]}, {"additionalProperties": false, "type": "object", "properties": {"value": {"type": "string"}, "options": {"minItems": 1, "items": {"type": "string"}, "uniqueItems": true, "type": "array"}, "expand": {"type": "boolean"}}}]}}, "type": "object"}
globalVariables
ci.json
{"type": "object"}
inputs
ci.json
{"minLength": 1, "type": "string"}
timeout
ci.json
{"minLength": 1, "type": "string"}
start_in
ci.json
{"minLength": 1, "type": "array", "items": {"anyOf": [{"minLength": 1, "type": "string"}, {"minLength": 1, "type": "array", "items": {"type": "string"}}]}}
tags
ci.json
{"oneOf": [{"default": false, "type": "boolean"}, {"additionalProperties": false, "required": ["exit_codes"], "type": "object", "properties": {"exit_codes": {"type": "integer"}}}, {"additionalProperties": false, "required": ["exit_codes"], "type": "object", "properties": {"exit_codes": {"minItems": 1, "uniqueItems": true, "type": "array", "items": {"type": "integer"}}}}]}
allow_failure
ci.json
{"patternProperties": {"additionalProperties": false, ".*": {"oneOf": [{"type": ["string", "number"]}, {"additionalProperties": false, "type": "object", "properties": {"value": {"type": "string"}, "expand": {"type": "boolean"}}}]}}, "type": "object"}
jobVariables
ci.json
{"items": {"minLength": 1, "type": "string"}, "type": "array"}
!reference
ci.json
{"minLength": 1, "type": "string", "maxLength": 255}
workflowName
ci.json
{"type": "object", "patternProperties": {".*": {"additionalProperties": false, "type": "object", "anyOf": [{"required": ["vault"]}, {"required": ["azure_key_vault"]}], "properties": {"vault": {"oneOf": [{"type": "string"}, {"additionalProperties": false, "required": ["engine", "path", "field"], "type": "object", "properties": {"engine": {"required": ["name", "path"], "type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}}}, "path": {"type": "string"}, "field": {"type": "string"}}}]}, "token": {"type": "string"}, "azure_key_vault": {"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}}, "file": {"default": true, "type": "boolean"}}}}}
secrets
ci.json
{"default": 0, "minimum": 0, "type": "integer", "maximum": 2}
retry_max
ci.json
{"items": {"oneOf": [{"type": "string"}, {"additionalProperties": false, "required": ["job"], "type": "object", "properties": {"artifacts": {"type": "boolean"}, "job": {"minLength": 1, "type": "string"}, "optional": {"type": "boolean"}}}]}, "type": "array"}
rulesNeeds
ci.json
{"patternProperties": {"additionalProperties": false, ".*": {"type": ["string", "number"]}}, "type": "object"}
rulesVariables
ci.json
{"type": "object", "patternProperties": {".*": {"additionalProperties": false, "required": ["aud"], "type": "object", "properties": {"aud": {"oneOf": [{"type": "string"}, {"minItems": 1, "items": {"type": "string"}, "uniqueItems": true, "type": "array"}]}}}}}
id_tokens
ci.json
{"anyOf": [{"additionalProperties": false, "required": ["paths"], "type": "object", "properties": {"paths": {"items": {"type": "string"}, "type": "array"}, "compare_to": {"type": "string"}}}, {"items": {"type": "string"}, "type": "array"}]}
changes
ci.json
{"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}
string_file_list
ci.json
{"minimum": 0, "type": "integer"}
int
mocharc.json
{"type": "boolean"}
bool
mocharc.json
{"type": "string"}
string
mocharc.json