definition
stringlengths 2
292k
| key
stringlengths 2
84
| schema
stringclasses 339
values |
---|---|---|
{"additionalProperties": false, "type": "object", "properties": {"name": {"type": "string"}, "dir": {"type": "string"}}} | Unstash | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"project": {"type": "string"}, "url": {"type": "string"}, "kind": {"type": "string"}}} | IssueTrackerConfig | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"readOnly": {"type": "boolean"}, "claimName": {"type": "string"}}} | PersistentVolumeClaimVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"readOnly": {"type": "boolean"}, "partition": {"type": "integer"}, "volumeID": {"type": "string"}, "fsType": {"type": "string"}}} | AWSElasticBlockStoreVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"readOnly": {"type": "boolean"}, "volumeID": {"type": "string"}, "fsType": {"type": "string"}}} | PortworxVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"optional": {"type": "boolean"}, "name": {"type": "string"}, "key": {"type": "string"}}} | ConfigMapKeySelector | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"name": {"type": "string"}, "options": {"patternProperties": {".*": {"type": "string"}}, "type": "object"}}} | PostAction | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"datasetName": {"type": "string"}, "datasetUUID": {"type": "string"}}} | FlockerVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"diskName": {"type": "string"}, "cachingMode": {"type": "string"}, "kind": {"type": "string"}, "fsType": {"type": "string"}, "diskURI": {"type": "string"}, "readOnly": {"type": "boolean"}}} | AzureDiskVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"readOnly": {"type": "boolean"}, "partition": {"type": "integer"}, "pdName": {"type": "string"}, "fsType": {"type": "string"}}} | GCEPersistentDiskVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"targetWWNs": {"items": {"type": "string"}, "type": "array"}, "readOnly": {"type": "boolean"}, "wwids": {"items": {"type": "string"}, "type": "array"}, "lun": {"type": "integer"}, "fsType": {"type": "string"}}} | FCVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"files": {"type": "string"}, "name": {"type": "string"}}} | Stash | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"optional": {"type": "boolean"}, "name": {"type": "string"}, "key": {"type": "string"}}} | SecretKeySelector | jx-schema.json |
{"additionalProperties": false, "type": "object"} | Quantity | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}} | AddonConfig | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"path": {"type": "string"}, "readOnly": {"type": "boolean"}, "server": {"type": "string"}}} | NFSVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"path": {"type": "string"}, "mode": {"type": "integer"}, "key": {"type": "string"}}} | KeyToPath | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"name": {"type": "string"}}} | LocalObjectReference | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"image": {"type": "string"}, "container": {"type": "string"}, "dir": {"type": "string"}, "label": {"type": "string"}}} | Agent | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"path": {"type": "string"}, "readOnly": {"type": "boolean"}, "endpoints": {"type": "string"}}} | GlusterfsVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"directory": {"type": "string"}, "repository": {"type": "string"}, "revision": {"type": "string"}}} | GitRepoVolumeSource | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"disabled": {"type": "boolean"}, "maximumInstances": {"type": "integer"}}} | PreviewEnvironmentConfig | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"url": {"type": "string"}, "kind": {"type": "string"}, "space": {"type": "string"}}} | WikiConfig | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"url": {"type": "string"}, "kind": {"type": "string"}, "userChannel": {"type": "string"}, "developerChannel": {"type": "string"}}} | ChatConfig | jx-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"path": {"type": "string"}, "audience": {"type": "string"}, "expirationSeconds": {"type": "integer"}}} | ServiceAccountTokenProjection | jx-schema.json |
{"required": ["type"], "type": "object", "properties": {"type": {"enum": ["console"], "type": "string"}}} | console_sink | datahub_ingestion_schema.json |
{"required": ["RoleArn"], "type": "object", "properties": {"RoleArn": {"type": "string"}, "ExternalId": {"type": "string"}}} | AwsAssumeRoleConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"profile_day_of_week": {"type": "integer"}, "lower_freq_profile_enabled": {"default": false, "type": "boolean"}, "profile_date_of_month": {"type": "integer"}}} | OperationConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["server"], "type": "object", "properties": {"max_threads": {"default": 15, "type": "number"}, "extra_headers": {"type": "string"}, "timeout_sec": {"default": 30, "type": "number"}, "ca_certificate_path": {"type": "string"}, "client_certificate_path": {"type": "string", "descritption": "Path to client's CA certificate for HTTPS communications"}, "server": {"type": "string"}, "token": {"type": "string"}, "retry_status_codes": {"default": [429, 502, 503, 504], "items": {"type": "number"}, "type": "array"}, "disable_ssl_verification": {"default": false, "type": "boolean"}}} | datahub_rest_sink_config | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"username": {"type": "string"}, "scheme": {"default": "mysql+pymysql", "type": "string"}, "database": {"type": "string"}, "host_port": {"default": "localhost:3306", "type": "string"}, "sqlalchemy_uri": {"type": "string"}, "database_alias": {"type": "string"}, "password": {"writeOnly": true, "type": "string", "format": "password"}, "options": {"type": "object"}}} | MySQLConnectionConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"platform_override_map": {"additionalProperties": {"type": "string"}, "type": "object"}, "database_override_map": {"additionalProperties": {"type": "string"}, "type": "object"}}} | TableauLineageOverrides | datahub_ingestion_schema.json |
{"enum": ["DAY", "HOUR"], "type": "string"} | BucketDuration | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["repo"], "type": "object", "properties": {"url_template": {"type": "string"}, "deploy_key_file": {"type": "string", "format": "file-path"}, "repo_ssh_locator": {"type": "string"}, "repo": {"type": "string"}, "branch": {"default": "main", "type": "string"}, "deploy_key": {"writeOnly": true, "type": "string", "format": "password"}}} | GitInfo | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["timeout", "headers"], "type": "object", "properties": {"headers": {"additionalProperties": {"type": "string"}, "type": "object"}, "timeout": {"type": "integer"}}} | TransportOptionsConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["name", "url", "swagger_file"], "type": "object", "properties": {"username": {"default": "", "type": "string"}, "swagger_file": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "ignore_endpoints": {"default": [], "items": {}, "type": "array"}, "forced_examples": {"default": {}, "type": "object"}, "token": {"type": "string"}, "get_token": {"default": {}, "type": "object"}, "password": {"default": "", "type": "string"}}} | openapi_config | datahub_ingestion_schema.json |
{"enum": ["NO_AUTH", "SINGLE_USER", "CLIENT_CERT", "KERBEROS", "BASIC_AUTH"]} | NifiAuthType | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"ignoreCase": {"default": true, "type": "boolean"}, "deny": {"default": [], "items": {"type": "string"}, "type": "array"}, "allow": {"default": [".*"], "items": {"type": "string"}, "type": "array"}}} | AllowDenyPattern | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["connector_name", "source_dataset", "source_platform"], "type": "object", "properties": {"source_platform": {"type": "string"}, "connector_name": {"type": "string"}, "source_dataset": {"type": "string"}}} | GenericConnectorConfig | datahub_ingestion_schema.json |
{"enum": ["YES", "NO", "ONLY"]} | EmitDirective | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["hmac_access_id", "hmac_access_secret"], "type": "object", "properties": {"hmac_access_secret": {"writeOnly": true, "type": "string", "format": "password"}, "hmac_access_id": {"type": "string"}}} | HMACKey | datahub_ingestion_schema.json |
{"enum": ["sql_based", "stl_scan_based", "mixed"]} | LineageMode | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"schema_registry_config": {"type": "object"}, "bootstrap": {"default": "localhost:9092", "type": "string"}, "schema_registry_url": {"default": "http://localhost:8080/schema-registry/api/", "type": "string"}, "client_timeout_seconds": {"default": 60, "type": "integer"}, "consumer_config": {"type": "object"}}} | KafkaConsumerConnectionConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {}} | demo-data_config | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["provider", "path_key", "value"], "type": "object", "properties": {"path_key": {"type": "string"}, "value": {"type": "string"}, "provider": {"type": "string"}}} | ProvidedConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["connection"], "type": "object", "properties": {"connection": {"additionalProperties": false, "required": ["bootstrap", "schema_registry_url"], "type": "object", "properties": {"producer_config": {"type": "object"}, "schema_registry_config": {"type": "object"}, "bootstrap": {"default": "localhost:9092", "type": "string"}, "schema_registry_url": {"default": "http://localhost:8081", "type": "string"}}}, "topic_routes": {"additionalProperties": false, "type": "object", "properties": {"MetadataChangeProposal": {"default": "MetadataChangeProposal", "type": "string"}, "MetadataChangeEvent": {"default": "MetadataChangeEvent", "type": "string"}}}}} | datahub_kafka_sink_config | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["project_id", "private_key_id", "private_key", "client_email", "client_id"], "type": "object", "properties": {"private_key": {"type": "string"}, "private_key_id": {"type": "string"}, "token_uri": {"default": "https://oauth2.googleapis.com/token", "type": "string"}, "auth_provider_x509_cert_url": {"default": "https://www.googleapis.com/oauth2/v1/certs", "type": "string"}, "auth_uri": {"default": "https://accounts.google.com/o/oauth2/auth", "type": "string"}, "client_email": {"type": "string"}, "client_id": {"type": "string"}, "project_id": {"type": "string"}, "type": {"default": "service_account", "type": "string"}, "client_x509_cert_url": {"type": "string"}}} | BigQueryCredential | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["type"], "type": "object", "properties": {"type": {"type": "string"}, "config": {}}} | DynamicTypedStateProviderConfig | datahub_ingestion_schema.json |
{"enum": ["microsoft", "okta"]} | OAuthIdentityProvider | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["repo"], "type": "object", "properties": {"repo": {"type": "string"}, "url_template": {"type": "string"}, "branch": {"default": "main", "type": "string"}}} | GitReference | datahub_ingestion_schema.json |
{"enum": ["USERNAME_PASSWORD", "DIRECT_ACCESS_TOKEN", "JSON_WEB_TOKEN"]} | SalesforceAuthType | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["file"], "type": "object", "properties": {"preserve_upstream": {"default": true, "type": "boolean"}, "file": {"type": "string"}}} | datahub-lineage-file_config | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["match", "replace"], "type": "object", "properties": {"match": {"type": "string"}, "replace": {"type": "string"}}} | URIReplacePattern | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["include"], "type": "object", "properties": {"default_extension": {"type": "string"}, "enable_compression": {"default": true, "type": "boolean"}, "table_name": {"type": "string"}, "sample_files": {"default": true, "type": "boolean"}, "exclude": {"items": {"type": "string"}, "type": "array"}, "file_types": {"default": ["csv", "tsv", "json", "parquet", "avro"], "items": {"type": "string"}, "type": "array"}, "include": {"type": "string"}}} | PathSpec | datahub_ingestion_schema.json |
{"enum": ["STREAM", "BATCH", "AUTO"]} | FileReadMode | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["pattern"], "type": "object", "properties": {"pattern": {"type": "string"}}} | LookerNamingPattern | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"enabled": {"default": false, "type": "boolean"}, "remove_stale_metadata": {"default": true, "type": "boolean"}}} | StatefulStaleMetadataRemovalConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"enabled": {"default": false, "type": "boolean"}}} | StatefulIngestionConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"platform_instance": {"type": "string"}, "env": {"default": "PROD", "type": "string"}}} | PlatformDetail | datahub_ingestion_schema.json |
{"enum": ["hive", "presto", "presto-on-hive", "trino"], "type": "string"} | PrestoOnHiveConfigMode | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["container_name", "account_name"], "type": "object", "properties": {"tenant_id": {"type": "string"}, "sas_token": {"type": "string"}, "base_path": {"default": "/", "type": "string"}, "account_key": {"type": "string"}, "client_id": {"type": "string"}, "container_name": {"type": "string"}, "client_secret": {"type": "string"}, "account_name": {"type": "string"}}} | AdlsSourceConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["type"], "type": "object", "properties": {"type": {"type": "string"}, "config": {}}} | DynamicTypedClassifierConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["filename"], "type": "object", "properties": {"filename": {"type": "string"}}} | file_sink_config | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"urns_suffix_regex": {"items": {"type": "string"}, "type": "array"}}} | CollapseUrns | datahub_ingestion_schema.json |
{"enum": ["with_lineage", "without_lineage", "skip"], "type": "string"} | TagOption | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"use_powerbi_email": {"default": false, "type": "boolean"}, "remove_email_suffix": {"default": false, "type": "boolean"}, "dataset_configured_by_as_owner": {"default": false, "type": "boolean"}, "create_corp_user": {"default": true, "type": "boolean"}, "owner_criteria": {"items": {"type": "string"}, "type": "array"}}} | OwnershipMapping | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"retry_backoff_multiplier": {"default": 2, "anyOf": [{"type": "integer"}, {"type": "number"}]}, "max_retry_interval": {"default": 10, "anyOf": [{"type": "integer"}, {"type": "number"}]}, "max_attempts": {"default": 5, "type": "integer"}}} | ModeAPIConfig | datahub_ingestion_schema.json |
{"additionalProperties": false, "type": "object", "properties": {"username": {"type": "string"}, "password": {"writeOnly": true, "type": "string", "format": "password"}, "default_schema": {"default": "public", "type": "string"}, "connect_uri": {"default": "localhost:3000", "type": "string"}, "database_id_to_instance_map": {"additionalProperties": {"type": "string"}, "type": "object"}, "env": {"default": "PROD", "type": "string"}, "engine_platform_map": {"additionalProperties": {"type": "string"}, "type": "object"}, "database_alias_map": {"type": "object"}, "platform_instance_map": {"additionalProperties": {"type": "string"}, "type": "object"}}} | metabase_config | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["file"], "type": "object", "properties": {"enable_auto_id": {"default": false, "type": "boolean"}, "file": {"anyOf": [{"type": "string"}, {"type": "string", "format": "path"}]}}} | datahub-business-glossary_config | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"environment": {"default": "PROD", "type": "string"}, "path": {"type": "string"}, "fs_yaml_file": {"type": "string"}}} | feast_config | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["platform", "default_db"], "type": "object", "properties": {"platform": {"type": "string"}, "platform_instance": {"type": "string"}, "default_schema": {"type": "string"}, "default_db": {"type": "string"}, "platform_env": {"type": "string"}}} | LookerConnectionDefinition | datahub_ingestion_schema.json |
{"additionalProperties": false, "required": ["filename"], "type": "object", "properties": {"write_semantics": {"default": "PATCH", "type": "string"}, "delimiter": {"default": ",", "type": "string"}, "array_delimiter": {"default": "|", "type": "string"}, "filename": {"type": "string"}}} | csv-enricher_config | datahub_ingestion_schema.json |
{"type": "object", "properties": {"forceRescans": {"type": "boolean"}, "scanMethod": {"oneOf": [{"const": "ArchiveUpload"}, {"const": "CLILicenseScan"}], "type": "string"}, "licenseScanPathFilters": {"type": "object", "properties": {"exclude": {"items": {"type": "string"}, "type": "array"}, "only": {"items": {"type": "string"}, "type": "array"}}}}} | vendoredDependencies | fossa-yml.v3.schema.json |
{"type": "object", "properties": {"scope": {"oneOf": [{"const": "full"}, {"const": "off"}], "type": "string"}, "commit": {"minLength": 1, "type": "string"}}} | telemetry | fossa-yml.v3.schema.json |
{"type": "object", "properties": {"name": {"minLength": 1, "type": "string"}, "jiraProjectKey": {"minLength": 1, "type": "string"}, "url": {"minLength": 1, "type": "string"}, "labels": {"items": {"type": "string"}, "type": "array"}, "releaseGroup": {"required": ["name", "release"], "type": "object", "properties": {"release": {"minLength": 1, "type": "string"}, "name": {"minLength": 1, "type": "string"}}}, "link": {"minLength": 1, "type": "string"}, "team": {"minLength": 1, "type": "string"}, "policy": {"minLength": 1, "type": "integer"}, "id": {"minLength": 1, "type": "string"}}} | project | fossa-yml.v3.schema.json |
{"type": "object", "properties": {"path": {"type": "string"}, "type": {"oneOf": [{"const": "bundler"}, {"const": "cargo"}, {"const": "carthage"}, {"const": "cocoapods"}, {"const": "composer"}, {"const": "conda"}, {"const": "glide"}, {"const": "godep"}, {"const": "gradle"}, {"const": "leiningen"}, {"const": "maven"}, {"const": "mix"}, {"const": "npm"}, {"const": "nimble"}, {"const": "pub"}, {"const": "rebar3"}, {"const": "rpm"}, {"const": "renv"}, {"const": "scala"}, {"const": "swift"}, {"const": "yarn"}, {"const": "repomanifest"}, {"const": "cabal"}, {"const": "stack"}, {"const": "nuspec"}, {"const": "packagereference"}, {"const": "paket"}, {"const": "projectassetjson"}, {"const": "pipenv"}, {"const": "poetry"}, {"const": "setuptools"}, {"const": "perl"}, {"const": "pnpm"}, {"const": "pdm"}], "type": "string"}}} | targetFilter | fossa-yml.v3.schema.json |
{"type": "object", "properties": {"gradle": {"type": "object", "properties": {"configurations-only": {"minItems": 1, "items": {"type": "string"}, "uniqueItems": true, "type": "array"}}}}} | experimental | fossa-yml.v3.schema.json |
{"type": "object", "properties": {"commit": {"minLength": 1, "type": "string"}, "branch": {"minLength": 1, "type": "string"}}} | revision | fossa-yml.v3.schema.json |
{"items": {"oneOf": [{"type": "string"}, {"additionalProperties": false, "type": "object", "patternProperties": {"^x-": {}}, "properties": {"uid": {"type": "string"}, "source": {"type": "string"}, "gid": {"type": "string"}, "mode": {"type": "number"}, "target": {"type": "string"}}}]}, "type": "array"} | service_config_or_secret | compose-spec.json |
{"additionalProperties": false, "type": "object", "properties": {"path": {"type": "string"}, "weight": {"type": "integer"}}} | blkio_weight | compose-spec.json |
{"additionalProperties": false, "type": "object", "patternProperties": {"^x-": {}}, "id": "#/definitions/healthcheck", "properties": {"retries": {"type": "number"}, "interval": {"type": "string", "format": "duration"}, "start_period": {"type": "string", "format": "duration"}, "start_interval": {"type": "string", "format": "duration"}, "disable": {"type": "boolean"}, "timeout": {"type": "string", "format": "duration"}, "test": {"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}}} | healthcheck | compose-spec.json |
{"oneOf": [{"additionalProperties": false, "type": "object", "patternProperties": {".+": {"type": ["string", "number", "boolean", "null"]}}}, {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}]} | list_or_dict | compose-spec.json |
{"additionalProperties": false, "type": "object", "properties": {"path": {"type": "string"}, "rate": {"type": ["integer", "string"]}}} | blkio_limit | compose-spec.json |
{"oneOf": [{"type": "null"}, {"type": "string"}, {"items": {"type": "string"}, "type": "array"}]} | command | compose-spec.json |
{"uniqueItems": true, "items": {"type": "string"}, "type": "array"} | list_of_strings | compose-spec.json |
{"items": {"additionalProperties": false, "type": "object", "patternProperties": {"^x-": {}}, "properties": {"discrete_resource_spec": {"additionalProperties": false, "type": "object", "patternProperties": {"^x-": {}}, "properties": {"kind": {"type": "string"}, "value": {"type": "number"}}}}}, "type": "array", "id": "#/definitions/generic_resources"} | generic_resources | compose-spec.json |
{"service": {"anyOf": [{"required": ["build"]}, {"required": ["image"]}], "id": "#/definitions/constraints/service", "properties": {"build": {"required": ["context"]}}}} | constraints | compose-spec.json |
{"required": ["name", "value"], "type": "object", "properties": {"text": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}}} | Const | entity.beef.json |
{"required": ["name"], "type": "object", "properties": {"databaseMapper": {"type": "string"}, "argumentName": {"type": "string"}, "text": {"type": "string"}, "privateName": {"type": "string"}, "grpcType": {"type": "string"}, "serializationEmitDefault": {"type": "boolean"}, "refDataMapping": {"type": "boolean"}, "dataConverterIsGeneric": {"type": "boolean"}, "excludeCleanup": {"type": "boolean"}, "dataModelJsonName": {"type": "string"}, "modelText": {"type": "string"}, "refDataText": {"type": "boolean"}, "dataAutoGenerated": {"type": "boolean"}, "uniqueKey": {"type": "boolean"}, "webApiQueryStringConverter": {"type": "string"}, "jsonName": {"type": "string"}, "refDataType": {"enum": ["string", "int", "Guid"], "type": "string"}, "dateTimeTransform": {"enum": ["UseDefault", "None", "DateOnly", "DateTimeLocal", "DateTimeUtc", "DateTimeUnspecified"], "type": "string"}, "name": {"type": "string"}, "refDataList": {"type": "boolean"}, "stringTrim": {"enum": ["UseDefault", "None", "Start", "End", "Both"], "type": "string"}, "isEntity": {"type": "boolean"}, "bubblePropertyChanges": {"type": "boolean"}, "stringTransform": {"enum": ["UseDefault", "None", "NullToEmpty", "EmptyToNull"], "type": "string"}, "databaseDbType": {"type": "string"}, "type": {"type": "string"}, "immutable": {"type": "boolean"}, "internalOnly": {"type": "boolean"}, "autoCreate": {"type": "boolean"}, "inherited": {"type": "boolean"}, "entityFrameworkMapper": {"enum": ["Map", "Ignore", "Skip"], "type": "string"}, "secondaryPropertyChanged": {"type": "string"}, "odataMapper": {"enum": ["Map", "Ignore", "Skip"], "type": "string"}, "grpcFieldNo": {"type": "integer"}, "databaseIgnore": {"type": "boolean"}, "identifierGenerator": {"type": "string"}, "cosmosMapper": {"enum": ["Map", "Ignore", "Skip"], "type": "string"}, "serializationIgnore": {"type": "boolean"}, "httpAgentMapper": {"enum": ["Map", "Ignore", "Skip"], "type": "string"}, "displayName": {"type": "string"}, "jsonDataModelName": {"type": "string"}, "nullable": {"type": "boolean"}, "default": {"type": "string"}, "dataMapperIgnore": {"type": "boolean"}, "dataName": {"type": "string"}, "partitionKey": {"type": "boolean"}, "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.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"}, "dataConverterIsGeneric": {"type": "boolean"}, "webApiFrom": {"enum": ["FromQuery", "FromBody", "FromRoute", "FromEntityProperties"], "type": "string"}, "type": {"type": "string"}, "dataConverter": {"type": "string"}, "argumentName": {"type": "string"}, "property": {"type": "string"}, "validatorCode": {"type": "string"}, "iValidator": {"type": "string"}}} | Parameter | entity.beef.json |
{"type": ["object", "null"], "id": "nullable-object"} | nullable-object | base-04.json |
{"type": ["boolean", "null"], "id": "nullable-boolean"} | nullable-boolean | base-04.json |
{"type": ["string", "null"], "id": "nullable-string"} | nullable-string | base-04.json |
{"type": ["integer", "null"], "id": "nullable-integer"} | nullable-integer | base-04.json |
{"type": ["array", "null"], "id": "nullable-array"} | nullable-array | base-04.json |
{"enum": ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Asmera", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Timbuktu", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/ComodRivadavia", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Atka", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Buenos_Aires", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Catamarca", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Coral_Harbour", "America/Cordoba", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Ensenada", "America/Fort_Nelson", "America/Fort_Wayne", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Indianapolis", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Jujuy", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Knox_IN", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Louisville", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Mendoza", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montreal", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Nuuk", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port-au-Prince", "America/Port_of_Spain", "America/Porto_Acre", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Rosario", "America/Santa_Isabel", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Shiprock", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Virgin", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMurdo", "Antarctica/Palmer", "Antarctica/Rothera", "Antarctica/South_Pole", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Aden", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Ashkhabad", "Asia/Atyrau", "Asia/Baghdad", "Asia/Bahrain", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Calcutta", "Asia/Chita", "Asia/Choibalsan", "Asia/Chongqing", "Asia/Chungking", "Asia/Colombo", "Asia/Dacca", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Harbin", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Istanbul", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kashgar", "Asia/Kathmandu", "Asia/Katmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macao", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Rangoon", "Asia/Riyadh", "Asia/Saigon", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Tel_Aviv", "Asia/Thimbu", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ujung_Pandang", "Asia/Ulaanbaatar", "Asia/Ulan_Bator", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faeroe", "Atlantic/Faroe", "Atlantic/Jan_Mayen", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/ACT", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Canberra", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/LHI", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/North", "Australia/NSW", "Australia/Perth", "Australia/Queensland", "Australia/South", "Australia/Sydney", "Australia/Tasmania", "Australia/Victoria", "Australia/West", "Australia/Yancowinna", "Brazil/Acre", "Brazil/DeNoronha", "Brazil/East", "Brazil/West", "Canada/Atlantic", "Canada/Central", "Canada/Eastern", "Canada/Mountain", "Canada/Newfoundland", "Canada/Pacific", "Canada/Saskatchewan", "Canada/Yukon", "Chile/Continental", "Chile/EasterIsland", "Cuba", "Egypt", "Eire", "Etc/GMT", "Etc/GMT+0", "Etc/GMT+1", "Etc/GMT+10", "Etc/GMT+11", "Etc/GMT+12", "Etc/GMT+2", "Etc/GMT+3", "Etc/GMT+4", "Etc/GMT+5", "Etc/GMT+6", "Etc/GMT+7", "Etc/GMT+8", "Etc/GMT+9", "Etc/GMT-0", "Etc/GMT-1", "Etc/GMT-10", "Etc/GMT-11", "Etc/GMT-12", "Etc/GMT-13", "Etc/GMT-14", "Etc/GMT-2", "Etc/GMT-3", "Etc/GMT-4", "Etc/GMT-5", "Etc/GMT-6", "Etc/GMT-7", "Etc/GMT-8", "Etc/GMT-9", "Etc/GMT0", "Etc/Greenwich", "Etc/UCT", "Etc/Universal", "Etc/UTC", "Etc/Zulu", "Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belfast", "Europe/Belgrade", "Europe/Berlin", "Europe/Bratislava", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Busingen", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Nicosia", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Saratov", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Tiraspol", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "GB", "GB-Eire", "Hongkong", "Iceland", "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "Iran", "Israel", "Jamaica", "Japan", "Kwajalein", "Libya", "Mexico/BajaNorte", "Mexico/BajaSur", "Mexico/General", "Navajo", "NZ", "NZ-CHAT", "Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Johnston", "Pacific/Kanton", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Ponape", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Samoa", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Truk", "Pacific/Wake", "Pacific/Wallis", "Pacific/Yap", "Poland", "Portugal", "PRC", "ROC", "Singapore", "US/Alaska", "US/Aleutian", "US/Arizona", "US/Central", "US/East-Indiana", "US/Eastern", "US/Hawaii", "US/Indiana-Starke", "US/Michigan", "US/Mountain", "US/Pacific", "US/Samoa"], "type": "string", "id": "timezone"} | timezone | base-04.json |
{"oneOf": [{"enum": ["/usr/bin/nano", "/usr/bin/vim", "/usr/bin/emacs"]}, {}], "type": "string", "id": "editor"} | editor | base-04.json |
{"minLength": 1, "type": "string", "id": "path"} | path | base-04.json |
{"type": ["number", "null"], "id": "nullable-number"} | nullable-number | base-04.json |
{"type": "object", "properties": {"type": {"enum": ["apiKey"], "type": "string"}, "name": {"type": "string"}, "in": {"enum": ["header", "query"], "type": "string"}}} | Swagger.ApiKeySecurity | tsoa.json |
{"type": "object", "properties": {"type": {"enum": ["basic"], "type": "string"}}} | Swagger.BasicSecurity | tsoa.json |