definition
stringlengths 2
292k
| key
stringlengths 2
84
| schema
stringclasses 339
values |
---|---|---|
{"additionalProperties": false, "required": ["pattern-not-inside"], "type": "object", "properties": {"pattern-not-inside": {"type": "string"}}} | pattern-not-inside | semgrep.json |
{"additionalProperties": false, "required": ["metavariable-regex"], "type": "object", "properties": {"metavariable-regex": {"additionalProperties": false, "required": ["metavariable", "regex"], "type": "object", "properties": {"regex": {"type": "string"}, "constant-propagation": {"type": "boolean"}, "metavariable": {"type": "string"}}}}} | metavariable-regex | semgrep.json |
{"additionalProperties": false, "required": ["focus-metavariable"], "type": "object", "properties": {"focus-metavariable": {"type": "string"}}} | focus-metavariable | semgrep.json |
{"additionalProperties": false, "required": ["pattern-regex"], "type": "object", "properties": {"pattern-regex": {"type": "string"}}} | pattern-regex | semgrep.json |
{"additionalProperties": false, "required": ["pattern"], "type": "object", "properties": {"pattern": {"type": "string"}}} | pattern | semgrep.json |
{"additionalProperties": false, "required": ["pattern-not-regex"], "type": "object", "properties": {"pattern-not-regex": {"type": "string"}}} | pattern-not-regex | semgrep.json |
{"type": "string"} | id | semgrep.json |
{"oneOf": [{"not": {"required": ["depends-on-either"]}, "required": ["namespace", "package", "version"]}, {"not": {"anyOf": [{"required": ["namespace"]}, {"required": ["package"]}, {"required": ["version"]}]}, "required": ["depends-on-either"]}], "type": "object", "properties": {"depends-on-either": {"additionalProperties": false, "required": ["namespace", "package", "version"], "type": "array", "properties": {"version": {"type": "string"}, "namespace": {"type": "string"}, "package": {"type": "string"}}}, "version": {"type": "string"}, "namespace": {"type": "string"}, "package": {"type": "string"}}} | r2c-internal-project-depends-on-content | semgrep.json |
{"additionalProperties": false, "required": ["pattern-not"], "type": "object", "properties": {"pattern-not": {"type": "string"}}} | pattern-not | semgrep.json |
{"minLength": 1, "type": "string"} | backupName | deployed.json |
{"minLength": 1, "type": "string"} | script | deployed.json |
{"type": "boolean"} | removeLocalDir | deployed.json |
{"type": ["string", "object"]} | privateKey | deployed.json |
{"type": "boolean"} | clearRemoteDir | deployed.json |
{"minLength": 1, "type": "string"} | passphrase | deployed.json |
{"type": "string"} | poetry-script-legacy | pyproject.json |
{"additionalProperties": false, "required": ["reference", "type"], "type": "object", "properties": {"extras": {"items": {"type": "string"}, "type": "array"}, "type": {"enum": ["file", "console"], "type": "string"}, "reference": {"type": "string"}}} | poetry-extra-scripts | pyproject.json |
{"type": "string"} | poetry-pep440-version | pyproject.json |
{"additionalProperties": false, "type": "object", "required": ["requires"], "x-taplo": {"links": {"key": "https://www.python.org/dev/peps/pep-0518/#build-system-table"}}, "properties": {"requires": {"items": {"type": "string"}, "x-taplo": {"links": {"key": "https://www.python.org/dev/peps/pep-0518/#build-system-table"}}, "examples": ["setuptools >= 64.0"], "type": "array"}, "build-backend": {"type": "string", "x-taplo": {"links": {"key": "https://www.python.org/dev/peps/pep-0517/"}}, "examples": ["setuptools.build_meta", "my_build_backend:backend"]}, "backend-path": {"items": {"type": "string"}, "type": "array"}}} | BuildSystem | pyproject.json |
{"type": "string"} | poetry-build-script | pyproject.json |
{"pattern": "^(?:\\S+?\\s)+?(?:<(?:[a-z\\d!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z\\d!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z\\d](?:[a-z\\d-]*[a-z\\d])?\\.)+[a-z\\d](?:[a-z\\d-]*[a-z\\d])?|\\[(?:(?:25[0-5]|2[0-4][\\d]|[01]?[\\d][\\d]?)\\.){3}(?:25[0-5]|2[0-4][\\d]|[01]?[\\d][\\d]?|[a-z\\d-]*[a-z\\d]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])>)?$", "type": "string"} | poetry-author-pattern | pyproject.json |
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"develop": {"type": "boolean"}, "python": {"type": "string"}, "markers": {"type": "string"}, "platform": {"type": "string"}, "extras": {"items": {"type": "string"}, "type": "array"}, "path": {"type": "string"}, "optional": {"type": "boolean"}}} | poetry-path-dependency | pyproject.json |
{"type": "string"} | poetry-include-path | pyproject.json |
{"additionalProperties": false, "type": "object", "anyOf": [{"required": ["name"], "properties": {"name": true}}, {"required": ["email"], "properties": {"email": true}}], "properties": {"name": {"type": "string"}, "email": {"type": "string", "format": "email"}}} | projectAuthor | pyproject.json |
{"additionalProperties": false, "required": ["file"], "type": "object", "properties": {"python": {"type": "string"}, "markers": {"type": "string"}, "platform": {"type": "string"}, "extras": {"items": {"type": "string"}, "type": "array"}, "file": {"type": "string"}, "optional": {"type": "boolean"}}} | poetry-file-dependency | pyproject.json |
{"additionalProperties": false, "required": ["git"], "type": "object", "properties": {"git": {"type": "string", "format": "uri"}, "develop": {"type": "boolean"}, "subdirectory": {"type": "string"}, "python": {"type": "string"}, "allow-prereleases": {"type": "boolean"}, "rev": {"type": "string"}, "markers": {"type": "string"}, "platform": {"type": "string"}, "tag": {"type": "string"}, "branch": {"type": "string"}, "allows-prereleases": {"type": "boolean"}, "optional": {"type": "boolean"}, "extras": {"items": {"type": "string"}, "type": "array"}}} | poetry-git-dependency | pyproject.json |
{"additionalProperties": false, "required": ["url"], "type": "object", "properties": {"url": {"type": "string"}, "markers": {"type": "string"}, "python": {"type": "string"}, "platform": {"type": "string"}, "extras": {"items": {"type": "string"}, "type": "array"}, "optional": {"type": "boolean"}}} | poetry-url-dependency | pyproject.json |
{"enum": ["sdist", "wheel"], "type": "string"} | poetry-package-format | pyproject.json |
{"enum": ["CANT_FIX_VULNERABILITY", "INEFFECTIVE_VULNERABILITY", "INVALID_MATCH_VULNERABILITY", "MITIGATED_VULNERABILITY", "WILL_NOT_FIX_VULNERABILITY", "WORKAROUND_FOR_VULNERABILITY"]} | vulnerabilityResolutionReason | resolutions-schema.json |
{"enum": ["BUILD_TOOL_ISSUE", "CANT_FIX_ISSUE", "SCANNER_ISSUE"]} | issueResolutionReason | resolutions-schema.json |
{"enum": ["CANT_FIX_EXCEPTION", "DYNAMIC_LINKAGE_EXCEPTION", "EXAMPLE_OF_EXCEPTION", "LICENSE_ACQUIRED_EXCEPTION", "NOT_MODIFIED_EXCEPTION", "PATENT_GRANT_EXCEPTION"]} | ruleViolationResolutionReason | resolutions-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"transfer": {"enum": ["text", "binary"], "type": "string"}, "encoding": {"type": "string"}, "resource": {"type": "string"}, "extension": {"type": "string"}, "memberMappings": {"items": {"additionalProperties": false, "type": "object", "properties": {"transfer": {"enum": ["text", "binary"], "type": "string"}, "resource": {"type": "string"}, "extension": {"type": "string"}, "encoding": {"type": "string"}}}, "type": "array"}}} | rseapiSettingsItemMapping | zapp-schema-1.0.0.json |
{"additionalProperties": false, "required": ["name", "type", "locations"], "type": "object", "properties": {"type": {"default": "local", "enum": ["mvs", "local"], "type": "string", "examples": ["local", "mvs"]}, "name": {"default": "syslib", "type": "string", "examples": ["syslib", "currencylib"]}, "locations": {"minItems": 1, "items": {"type": "string"}, "type": "array", "examples": ["**/copybook", "USER1.SAMPLE.COBCOPY"]}}} | libraryItem | zapp-schema-1.0.0.json |
{"required": ["name"], "type": ["object", "string"], "properties": {"url": {"type": "string", "format": "uri"}, "name": {"type": "string"}, "email": {"type": "string", "format": "email"}}} | person | zapp-schema-1.0.0.json |
{"additionalProperties": false, "required": ["application", "command"], "type": "object", "properties": {"buildScriptPath": {"type": "string"}, "logFilePatterns": {"items": {"type": "string"}, "type": "array"}, "application": {"type": "string"}, "command": {"type": "string"}, "buildScriptArgs": {"items": {"type": "string"}, "type": "array"}, "additionalDependencies": {"items": {"type": "string"}, "type": "array"}}} | dbbSettingsItem | zapp-schema-1.0.0.json |
{"errorMessage": "Datapoint access type should be a string and one of: read-only, write-only, read-write, not-accessible", "enum": ["read-only", "write-only", "read-write", "not-accessible"], "type": "string"} | originAccessTypeDef | template.schema.json |
{"pattern": "(?<=^v?|\\sv?)(?:(?:0|[1-9][0-9]*).){2}(?:0|[1-9][0-9]*)(?:-(?:0|[1-9][0-9]*|[0-9a-z-]*[a-z-][0-9a-z-]*)(?:.(?:0|[1-9][0-9]*|[0-9a-z-]*[a-z-][0-9a-z-]*))*)?(?:\\+[0-9a-z-]+(?:.[0-9a-z-]+)*)?\\b", "errorMessage": "Not valid version string, for more information see : https://semver.org/", "type": "string", "examples": ["1.5.2", "7.5.3", "7.5.3-test"]} | schemaVersionDef | template.schema.json |
{"minLength": 1, "errorMessage": "Should be a string of at least one character and less than 500 characters", "type": "string", "maxLength": 800} | textDef | template.schema.json |
{"errorMessage": "datapointSetType should be a string. DatapointSet type is datapointSetType, and should be one of: map, tableStatic, tableDynamic", "enum": ["map", "tableStatic", "tableDynamic"], "type": "string"} | datapointSetTypeDef | template.schema.json |
{"defaultSnippets": [{"body": {"vendorID": "0x002A", "deviceID": "0x0A01"}, "label": "PROFINET based"}, {"body": {}, "label": "SNMP based"}], "type": "object", "properties": {"vendorID": {"errorMessage": "vendorID should be a string", "type": "string", "examples": ["0x002A"]}, "deviceID": {"errorMessage": "DeviceID should be a string", "type": "string", "examples": ["0x0A01", "0x0A0B"]}}} | rangerFilterDef | template.schema.json |
{"required": ["firstRow", "firstColumn", "widgetWidth", "widgetHeight", "widgetType", "widgetTitle"], "type": "object", "properties": {"widgetType": {"errorMessage": "Widget type should be one of the following options: map, table, metric, gauge", "enum": ["map", "table", "metric", "gauge"], "type": "string", "examples": ["map", "table"]}, "firstColumn": {"type": "integer", "errorMessage": "First column should be a number between 1 and 8", "minimum": 1, "maximum": 8, "examples": [1, 4, 5]}, "widgetHeight": {"type": "integer", "errorMessage": "Widget height should be a number greater than 1", "minimum": 1, "examples": [5, 2, 3]}, "firstRow": {"type": "integer", "errorMessage": "First row should be a number greater than 1", "minimum": 1, "examples": [1, 3, 4]}, "widgetWidth": {"type": "integer", "errorMessage": "Widget width should be a number between 1 and 8", "minimum": 1, "maximum": 8, "examples": [2, 4, 6]}, "widgetTitle": {"minLength": 1, "errorMessage": "Widget title should be a string of at least one character and maximum 800 characters", "type": "string", "examples": ["Device Info", "PNIO-Fault"], "maxLength": 800}}} | representationCommonConfigDef | template.schema.json |
{"errorMessage": "Polling group should be a string and one of: 5s, 10s, 30s, 1m, 5m, 10m, 15m, 30m, 1h, 4h, 6h, 12h, 1d", "enum": ["5s", "10s", "30s", "1m", "5m", "10m", "15m", "30m", "1h", "4h", "6h", "12h", "1d"], "type": "string"} | pollingGroupDef | template.schema.json |
{"required": ["topic"], "type": "object", "properties": {"topic": {"errorMessage": "Should be a string of less than 80 characters", "type": "string", "maxLength": 80}, "service": {"errorMessage": "Should be a string of less than 80 characters", "type": "string", "maxLength": 80}, "serviceConfig": {"additionalProperties": true, "type": "object"}}} | routingDef | template.schema.json |
{"errorMessage": "DataType should be one of: BYTE, INTEGER, LONG, FLOAT, DOUBLE, STRING, BOOLEAN, DATE, ARRAY, INTEGER_ARRAY, STRING_ARRAY, DOUBLE_ARRAY, BOOLEAN_ARRAY, FLOAT_ARRAY, LONG_ARRAY, OBJECT", "type": "string", "enum": ["BYTE", "INTEGER", "LONG", "FLOAT", "DOUBLE", "STRING", "BOOLEAN", "DATE", "ARRAY", "INTEGER_ARRAY", "STRING_ARRAY", "DOUBLE_ARRAY", "BOOLEAN_ARRAY", "FLOAT_ARRAY", "LONG_ARRAY", "OBJECT"]} | dataTypeDef | template.schema.json |
{"pattern": "^\\/\\{[a-zA-Z0-9-_.]{1,80}\\}\\/$|^[a-zA-Z0-9-_.]{1,80}$", "errorMessage": "origin should be a string. Maximum size of 80 alphanumerical characters or symbol: -_.", "type": "string"} | originDef | template.schema.json |
{"additionalProperties": false, "required": ["map"], "type": "object", "properties": {"map": {"items": {"type": "object", "properties": {"key": {"oneOf": [{"type": "string"}, {"type": "number"}, {"type": "boolean"}]}, "value": {"oneOf": [{"type": "string"}, {"type": "number"}, {"type": "boolean"}, {"type": "integer"}]}}}, "type": "array"}}} | valueMapConfigDef | template.schema.json |
{"pattern": "^[a-zA-Z0-9_-]{1,40}$", "errorMessage": "DatapointSet identification must be alphanumeric string [1-40], \"-\" & \"_\" are also allowed", "type": "string"} | datapointSetIdDef | template.schema.json |
{"minLength": 1, "errorMessage": "Should be a string of at least one characters and less than 40 characters", "type": "string"} | symbolDef | template.schema.json |
{"pattern": "^device\\[[a-zA-Z0-9_-]{1,40}((\\.[0-9]+)?\\.[a-zA-Z0-9#&_-]{1,80})?\\]$", "errorMessage": "Data should be an string of device[datapointSetId] or device[datapointSetId.datapointId]", "type": "string", "examples": ["device[deviceInfo]", "device[deviceInfo.deviceSatate]", "device[pnioAPIs.0.cmInitiatorStationName]"]} | representationDataDef | template.schema.json |
{"type": "object", "properties": {"rootAddress": {"errorMessage": "rootAddress should be a string [0-240]", "type": "string", "maxLength": 240}, "indexes": {"items": {"pattern": "^[a-zA-Z0-9#&_-]{1,80}$", "type": "string"}, "errorMessage": "Indexes must be an array of datapoint identification strings", "type": "array"}}} | tableAddressDef | template.schema.json |
{"errorMessage": "DatapointType must be one of: SIMPLE, TIMEPOINT, DATAPOINT, @DATAPOINT, @TIMEPOINT, #DATAPOINT, #TIMEPOINT", "enum": ["SIMPLE", "TIMEPOINT", "DATAPOINT", "@DATAPOINT", "@TIMEPOINT", "#DATAPOINT", "#TIMEPOINT"], "type": "string"} | datapointTypeDef | template.schema.json |
{"pattern": "^[a-zA-Z0-9#&_-]{1,80}$", "errorMessage": "Should be a string and follow the pattern: alphanumerical and symbols #&_- with less than 41 characters", "type": "string"} | datapointIdDef | template.schema.json |
{"pattern": "(?<=^v?|\\sv?)(?:(?:0|[1-9][0-9]*).){2}(?:0|[1-9][0-9]*)(?:-(?:0|[1-9][0-9]*|[0-9a-z-]*[a-z-][0-9a-z-]*)(?:.(?:0|[1-9][0-9]*|[0-9a-z-]*[a-z-][0-9a-z-]*))*)?(?:\\+[0-9a-z-]+(?:.[0-9a-z-]+)*)?\\b", "errorMessage": "templateVersion should be a valid version string. For more information see : https://semver.org/", "type": "string", "examples": ["1.5.2", "7.5.3", "7.5.3-test"]} | templateVersionDef | template.schema.json |
{"pattern": "^[a-zA-Z0-9-]{1,80}$", "errorMessage": "Should be a string and follow the pattern: alphanumerical characters and - symbol, maximum length 80", "type": "string"} | originTypeDef | template.schema.json |
{"errorMessage": "Should be boolean", "type": "boolean"} | hiddenDef | template.schema.json |
{"pattern": "^[a-zA-Z0-9-_ ]{1,80}$", "errorMessage": "templateId should be a string. Maximum size of 80 alphanumerical characters or symbol: -_", "type": "string"} | templateIdDef | template.schema.json |
{"type": "integer", "errorMessage": "Should be a number greater than 0 and lower than 201", "minimum": 1, "maximum": 200} | severityForLogsDef | template.schema.json |
{"pattern": "^[a-zA-Z0-9-_]{1,80}$", "errorMessage": "Driver side data type should follow the pattern: alphanumerical string +\"-\" and \"_\", size [1-80]", "type": "string"} | originDataTypeDef | template.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"url": {"type": "string", "examples": ["http://${device[origin]}"]}, "urlEnabled": {"type": "boolean"}, "titleEnabled": {"type": "boolean"}, "lastUpdateEnabled": {"type": "boolean"}}} | representationMetricConfigDef | template.schema.json |
{"anyOf": [{"type": "string"}, {"type": "number"}, {"type": "boolean"}, {"type": "array"}, {"type": "object"}]} | valueDef | template.schema.json |
{"errorMessage": "Receive mode should be a string and one of: polling, singleQuery, subscription", "enum": ["polling", "singleQuery", "subscription"], "type": "string"} | receiveModeDef | template.schema.json |
{"minLength": 1, "errorMessage": "Should be a string of at least one character and less than 80 characters", "type": "string", "examples": ["evalID1 & evalID2"], "maxLength": 80} | logicDef | template.schema.json |
{"pattern": "^[\\w\\d_&#:$.-]{1,80}$", "errorMessage": "Datapoint address should be an alphanumerical string [1-80] and [_&#:$.-]", "type": "string"} | originAddressDef | template.schema.json |
{"minLength": 1, "errorMessage": "description should be a string of at least one character and maximum 800 characters", "type": "string", "maxLength": 800} | descriptionDef | template.schema.json |
{"type": "integer", "errorMessage": "Should be a number greater than -1 and lower than 1001", "minimum": -1, "maximum": 1000} | severityDef | template.schema.json |
{"additionalProperties": false, "type": "object", "anyOf": [{"not": {"required": ["toBest", "exclude"]}, "required": ["from", "to"]}, {"not": {"required": ["to"]}, "required": ["from", "toBest"]}], "properties": {"units": {"type": "boolean"}, "exclude": {"items": {"type": "string", "examples": ["m", "g"]}, "type": "array"}, "toBest": {"type": "boolean"}, "from": {"type": "string", "examples": ["m", "g"]}, "to": {"type": "string", "examples": ["m", "g"]}}} | unitsConfigDef | template.schema.json |
{"type": "integer", "errorMessage": "Should be a number greater than 200 and lower than 1001", "minimum": 201, "maximum": 1000} | severityForAlarmsDef | template.schema.json |
{"minLength": 1, "errorMessage": "Should be a string of at least one character and less than 800 characters", "type": "string", "examples": ["(^(5|[5-9]\\d*)\\.(3|[3-9]\\d*)\\.(0|[1-9]\\d*)?$).test(datapoint.value)", "datapoint.rawValue"], "maxLength": 800} | expressionDef | template.schema.json |
{"errorMessage": "Broadcast flag should be a boolean", "type": "boolean"} | broadcastDef | template.schema.json |
{"type": "integer", "errorMessage": "Should be a number in the range [-1, 255]", "minimum": -1, "maximum": 255} | facilityDef | template.schema.json |
{"errorMessage": "Should be boolean", "type": "boolean"} | auditedDef | template.schema.json |
{"enum": ["mainhand", "offhand", "feet", "legs", "chest", "head"]} | slotEnum | minecraft-item-modifier.json |
{"enum": ["preview", "go-live", "active", "maintenance", "eol"], "type": "string"} | supportPhase | dotnet-releases-index.json |
{"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string"} | releaseVersion | dotnet-releases-index.json |
{"enum": ["sts", "lts"], "type": "string"} | releaseType | dotnet-releases-index.json |
{"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$", "type": "string"} | dateYYYYMMDD | dotnet-releases-index.json |
{"default": 0, "type": "number"} | buildId | anywork-ac-1.1.json |
{"pattern": "^[\\^~]?(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"} | version | anywork-ac-1.1.json |
{"default": 0, "type": "number"} | generateId | anywork-ac-1.1.json |
{"default": true, "type": "boolean"} | disable | anywork-ac-1.1.json |
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"range": {"type": "string"}, "prerelease": {"oneOf": [{"type": "boolean"}, {"type": "string"}]}, "name": {"type": "string"}, "channel": {"type": "string"}}} | branch-object | semantic-release.json |
{"additionalProperties": true, "type": "object", "properties": {"tags": {"minItems": 0, "items": {"type": "string"}, "default": [], "uniqueItems": true, "type": "array"}}} | propertyBag | sarif-2.1.0-rtm.4.json |
{"default": "0s", "pattern": "s$", "type": "string"} | google.protobuf.Duration | strmprivacy.api.entities.v1.DataConnector.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.DataConnector.json |
{"enum": ["DATABASE_TYPE_UNSPECIFIED", 0, "POSTGRES", 1, "MYSQL", 2, "BIGQUERY", 3, "SNOWFLAKE", 4], "markdownEnumDescriptions": ["(or 0) ", "(or \"DATABASE_TYPE_UNSPECIFIED\") ", "(or 1) ", "(or \"POSTGRES\") ", "(or 2) ", "(or \"MYSQL\") ", "(or 3) ", "(or \"BIGQUERY\") ", "(or 4) ", "(or \"SNOWFLAKE\") "]} | strmprivacy.api.entities.v1.DatabaseType | strmprivacy.api.entities.v1.DataConnector.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.DataConnector.json |
{"default": "", "type": "string", "format": "date-time"} | google.protobuf.Timestamp | strmprivacy.api.entities.v1.DataConnector.json |
{"pattern": "^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"} | UpperCase | conjure.schema.json |
{"type": "string"} | DocString | conjure.schema.json |
{"pattern": "^(optional|list|set|map)<.*>$", "type": "string"} | ContainerType | conjure.schema.json |
{"enum": ["safe", "unsafe", "do-not-log"]} | LogSafety | conjure.schema.json |
{"enum": ["any", "bearertoken", "binary", "boolean", "datetime", "double", "integer", "rid", "safelong", "string", "uuid"]} | BuiltIn | conjure.schema.json |
{"enum": ["PERMISSION_DENIED", "INVALID_ARGUMENT", "NOT_FOUND", "CONFLICT", "REQUEST_ENTITY_TOO_LARGE", "FAILED_PRECONDITION", "INTERNAL", "TIMEOUT", "CUSTOM_CLIENT", "CUSTOM_SERVER"]} | ErrorCode | conjure.schema.json |
{"pattern": "^([a-zA-Z]+[.])?[A-Z][a-z0-9]+([A-Z][a-z0-9]+)*$", "type": "string"} | TypeName | conjure.schema.json |
{"pattern": "^[A-Z][a-z0-9]+([A-Z][a-z0-9]+)*$", "type": "string"} | PascalCase | conjure.schema.json |
{"enum": ["auto", "path", "body", "header", "query"]} | ArgumentDefinitionParamType | conjure.schema.json |
{"oneOf": [{"enum": ["none", "header"]}, {"pattern": "^cookie:[a-zA-Z0-9]+$", "type": "string"}]} | AuthDefinition | conjure.schema.json |
{"type": "string"} | PathString | conjure.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"java": {"type": "string"}}} | ExternalImportDefinition | conjure.schema.json |
{"anyOf": [{"const": "{{pwd}}"}, {"const": "{{filename}}"}]} | variables | nodemon.json |