definition
stringlengths 2
292k
| key
stringlengths 2
84
| schema
stringclasses 339
values |
---|---|---|
{"minLength": 1, "type": ["string", "null"], "maxLength": 20} | Locale | winget-pkgs-installer-1.0.0.json |
{"uniqueItems": true, "items": {"pattern": "^[a-z][-a-z0-9\\.\\+]*$", "type": "string", "maxLength": 2048}, "type": ["array", "null"], "maxItems": 16} | Protocols | winget-pkgs-installer-1.0.0.json |
{"uniqueItems": true, "items": {"not": {"enum": [0]}, "type": "integer"}, "type": ["array", "null"], "maxItems": 16} | InstallerSuccessCodes | winget-pkgs-installer-1.0.0.json |
{"uniqueItems": true, "items": {"pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$", "type": "string", "maxLength": 40}, "type": ["array", "null"], "maxItems": 256} | FileExtensions | winget-pkgs-installer-1.0.0.json |
{"uniqueItems": true, "items": {"minLength": 1, "type": "string", "maxLength": 40}, "type": ["array", "null"], "maxItems": 1000} | Capabilities | winget-pkgs-installer-1.0.0.json |
{"pattern": "^[A-Za-z0-9][-\\.A-Za-z0-9]+_[A-Za-z0-9]{13}$", "type": ["string", "null"], "maxLength": 255} | PackageFamilyName | winget-pkgs-installer-1.0.0.json |
{"uniqueItems": true, "items": {"enum": ["Windows.Desktop", "Windows.Universal"], "type": "string"}, "type": ["array", "null"], "maxItems": 2} | Platform | winget-pkgs-installer-1.0.0.json |
{"enum": ["install", "uninstallPrevious"], "type": ["string", "null"]} | UpgradeBehavior | winget-pkgs-installer-1.0.0.json |
{"pattern": "^(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(\\.(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){0,3}$", "type": ["string", "null"]} | MinimumOSVersion | winget-pkgs-installer-1.0.0.json |
{"type": "object", "properties": {"Upgrade": {"minLength": 1, "type": ["string", "null"], "maxLength": 512}, "Log": {"minLength": 1, "type": ["string", "null"], "maxLength": 512}, "SilentWithProgress": {"minLength": 1, "type": ["string", "null"], "maxLength": 512}, "Custom": {"minLength": 1, "type": ["string", "null"], "maxLength": 2048}, "Silent": {"minLength": 1, "type": ["string", "null"], "maxLength": 512}, "InstallLocation": {"minLength": 1, "type": ["string", "null"], "maxLength": 512}, "Interactive": {"minLength": 1, "type": ["string", "null"], "maxLength": 512}}} | InstallerSwitches | winget-pkgs-installer-1.0.0.json |
{"enum": ["user", "machine"], "type": ["string", "null"]} | Scope | winget-pkgs-installer-1.0.0.json |
{"pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$", "type": "string", "maxLength": 128} | PackageVersion | winget-pkgs-installer-1.0.0.json |
{"minLength": 1, "type": ["string", "null"], "maxLength": 16} | Channel | winget-pkgs-installer-1.0.0.json |
{"uniqueItems": true, "items": {"minLength": 1, "type": "string", "maxLength": 40}, "type": ["array", "null"], "maxItems": 1000} | RestrictedCapabilities | winget-pkgs-installer-1.0.0.json |
{"required": ["extension", "progId"], "properties": {"contentType": {"type": "string"}, "extension": {"minLength": 1, "type": "string"}, "isIconOnly": {"type": "boolean"}, "perceivedType": {"type": "string"}, "progId": {"minLength": 1, "type": "string"}, "defaultProgramRegistrationPath": {"type": "string"}}} | fileAssociation | vsix-manifestinjection.json |
{"required": ["id"], "properties": {"alwaysShowExtension": {"type": "boolean"}, "displayName": {"minLength": 1, "type": "string"}, "iconHandler": {"type": "string"}, "ddeTopic": {"type": "string"}, "locId": {"type": "string"}, "appUserModelId": {"type": "string"}, "dde": {"type": "boolean"}, "clsid": {"type": "string"}, "defaultIconPosition": {"type": "integer"}, "path": {"type": "string"}, "defaultIconPath": {"type": "string"}, "ddeApplication": {"type": "string"}, "id": {"minLength": 1, "type": "string"}, "allowSilentDefaultTakeOver": {"type": "boolean"}, "arguments": {"default": "", "type": "string"}}} | progIds | vsix-manifestinjection.json |
{"required": ["protocol", "progId", "defaultProgramRegistrationPath"], "properties": {"defaultProgramRegistrationPath": {"type": "string"}, "locId": {"type": "string"}, "displayName": {"minLength": 1, "type": "string"}, "protocol": {"minLength": 1, "type": "string"}, "progId": {"minLength": 1, "type": "string"}}} | urlAssociation | vsix-manifestinjection.json |
{"type": "string"} | @jdt.value | jdt.json |
{"type": "string"} | @jdt.path | jdt.json |
{"pattern": "^\\d+\\.\\d+\\.\\d+(?:[+-]\\S+)?$", "type": "string"} | version | pubspec.json |
{"enum": ["PascalCase", "camelCase", "kebab-case", "snake_case", "SCREAMING_SNAKE_CASE"]} | naming_type | samtrc.json |
{"enum": ["error", "warn", "info", "off"]} | level_type | samtrc.json |
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}"]}, {"minimum": 0, "type": ["integer", "string"]}]} | skip | swadl-schema-1.0.json |
{"default": false, "type": ["boolean", "string"]} | discoverable | swadl-schema-1.0.json |
{"oneOf": [{"type": "object"}, {"minLength": 1, "type": "string"}, {"enum": ["${variables.VARIABLE_NAME}"]}]} | keywords | swadl-schema-1.0.json |
{"required": ["form-id"], "type": "object", "properties": {"exclusive": {"default": false, "type": "boolean"}, "form-id": {"type": "string"}}} | form-replied-event-inner | swadl-schema-1.0.json |
{"minLength": 1, "type": "string"} | single-attachment | swadl-schema-1.0.json |
{"required": ["user-id", "tenant-id"], "type": "object", "properties": {"user-id": {"minLength": 1, "minimum": 0, "type": ["string", "integer"]}, "tenant-id": {"minLength": 1, "minimum": 0, "type": ["string", "integer"]}}} | group-member | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | room-reactivated-event-inner | swadl-schema-1.0.json |
{"default": false, "type": ["boolean", "string"]} | cross-pod | swadl-schema-1.0.json |
{"required": ["content-path"], "type": "object", "properties": {"content-path": {"anyOf": [{"enum": ["${variables.VARIABLE_NAME}"]}, {"minLength": 1, "type": "string"}]}}} | attachment-file | swadl-schema-1.0.json |
{"oneOf": [{"enum": ["${variables.VARIABLE_NAME}", "${text(ACTIVITY_ID.outputs.message.message)}", "${event.args.NAME}", "<mention uid='${ACTIVITY_ID.outputs.user.userSystemInfo.id}'/>", "<mention uid='${event.initiator.user.userId}'/>"]}, {"oneOf": [{"required": ["template"]}, {"required": ["template-path"]}], "type": "object", "properties": {"template": {"minLength": 1, "type": "string"}, "template-path": {"minLength": 1, "type": "string"}}}, {"minLength": 0, "type": "string"}]} | content-inner | swadl-schema-1.0.json |
{"enum": ["EMAIL"], "type": "string"} | sub-type | swadl-schema-1.0.json |
{"anyOf": [{"enum": ["${ACTIVITY_ID.outputs.room.roomAttributes.name}", "${ACTIVITY_ID.outputs.stream.roomAttributes.name}", "${variables.VARIABLE_NAME}"]}, {"type": "string", "maxLength": 50}]} | room-name | swadl-schema-1.0.json |
{"additionalProperties": false, "required": ["token"], "type": "object", "properties": {"token": {"minLength": 1, "type": "string"}, "id": {"pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$", "type": "string"}}} | request-received-event-inner | swadl-schema-1.0.json |
{"default": false, "type": ["boolean", "string"]} | members-can-invite | swadl-schema-1.0.json |
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}", "${ACTIVITY_ID.outputs.user.userAttributes.firstName}", "${ACTIVITY_ID.outputs.user.userAttributes.lastName}", "${ACTIVITY_ID.outputs.user.userAttributes.userName}", "${ACTIVITY_ID.outputs.user.userAttributes.displayName}"]}, {"minLength": 1, "type": "string"}]} | name | swadl-schema-1.0.json |
{"oneOf": [{"type": "object", "properties": {"canUseEncryptAPI": {"type": ["boolean", "string"]}, "canUpdateRoomHistoryProperty": {"type": ["boolean", "string"]}, "canIntegrateEmail": {"type": ["boolean", "string"]}, "canUseFirehose": {"type": ["boolean", "string"]}, "mustBeRecorded": {"type": ["boolean", "string"]}, "canUseCompactMode": {"type": ["boolean", "string"]}, "isExternalIMEnabled": {"type": ["boolean", "string"]}, "sendFilesEnabled": {"type": ["boolean", "string"]}, "isExternalRoomEnabled": {"type": ["boolean", "string"]}, "postReadEnabled": {"type": ["boolean", "string"]}, "canProjectInternalScreenShareMobile": {"type": ["boolean", "string"]}, "canSwitchToClient20": {"type": ["boolean", "string"]}, "canCreatePushedSignals": {"type": ["boolean", "string"]}, "canUseInternalVideoMobile": {"type": ["boolean", "string"]}, "canViewInternalScreenShare": {"type": ["boolean", "string"]}, "canUpdateAvatar": {"type": ["boolean", "string"]}, "canProjectInternalScreenShare": {"type": ["boolean", "string"]}, "canCreatePublicRoom": {"type": ["boolean", "string"]}, "sdaPermissionsMedia": {"type": ["boolean", "string"]}, "canShareFilesExternally": {"type": ["boolean", "string"]}, "canViewInternalScreenShareMobile": {"type": ["boolean", "string"]}, "sdaPermissionsNotifications": {"type": ["boolean", "string"]}, "canUseInternalAudio": {"type": ["boolean", "string"]}, "canCreateDatahose": {"type": ["boolean", "string"]}, "sdaDevtoolsEnabled": {"type": ["boolean", "string"]}, "canReadDatahose": {"type": ["boolean", "string"]}, "sdaPermissionsGeoLocation": {"type": ["boolean", "string"]}, "sdaPermissionsMidiSysex": {"type": ["boolean", "string"]}, "canCreateMultiLateralRoom": {"type": ["boolean", "string"]}, "canUseInternalVideo": {"type": ["boolean", "string"]}, "sdaPermissionsOpenExternalApp": {"type": ["boolean", "string"]}, "canJoinMultiLateralRoom": {"type": ["boolean", "string"]}, "canUseInternalAudioMobile": {"type": ["boolean", "string"]}, "canSuppressMessage": {"type": ["boolean", "string"]}, "delegatesEnabled": {"type": ["boolean", "string"]}, "sdaPermissionsFullScreen": {"type": ["boolean", "string"]}, "postWriteEnabled": {"type": ["boolean", "string"]}, "canManageSignalSubscription": {"type": ["boolean", "string"]}, "sdaPermissionsPointerLock": {"type": ["boolean", "string"]}, "enableSwiftSearch": {"type": ["boolean", "string"]}}}, {"minLength": 1, "type": "string"}, {"enum": ["${variables.VARIABLE_NAME}"]}]} | entitlements-inner | swadl-schema-1.0.json |
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}", "${ACTIVITY_ID.outputs.user.userAttributes.emailAddress}"]}, {"pattern": "([$][{].+})|(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])", "type": "string"}]} | email | swadl-schema-1.0.json |
{"anyOf": [{"enum": ["${ACTIVITY_ID.outputs.room.roomAttributes.description}", "${variables.VARIABLE_NAME}"]}, {"type": "string"}]} | room-description | swadl-schema-1.0.json |
{"required": ["type"], "type": "object", "properties": {"status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "after": {"minLength": 1, "type": "string"}, "limit": {"default": 100, "minLength": 1, "minimum": 0, "type": ["string", "integer"]}, "type": {"default": "SDL", "minLength": 1, "type": "string"}, "sort-order": {"enum": ["ASC", "DESC"], "type": "string"}, "before": {"minLength": 1, "type": "string"}}} | get-groups-inner | swadl-schema-1.0.json |
{"additionalProperties": false, "type": "object", "properties": {"industries": {"oneOf": [{"uniqueItems": true, "items": {"enum": ["Healthcare", "Consumer Non-Cyclicals", "Transportation", "Technology", "Real Estate", "Basic Materials", "Financials", "Energy & Utilities", "Conglomerates", "Consumer Cyclicals", "Services"], "type": "string"}, "type": "array"}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "division": {"type": "string"}, "functions": {"oneOf": [{"uniqueItems": true, "items": {"enum": ["Collateral", "Confirmation", "Trade Processing", "Pre-Matching", "Margin", "Matching", "Claims Processing", "Middle Office", "Liquidity Management", "Allocation", "Trade Management", "Regulatory Outreach", "Settlements", "Post Trade Management"], "type": "string"}, "type": "array"}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "job-function": {"enum": ["Analyst", "Other", "Business Development Executive", "Corporate Access", "Developer", "Director", "Economist", "Portfolio Manager", "Project Manager", "Research Analyst", "Sales", "Strategist", "Trader"], "type": "string"}, "instruments": {"oneOf": [{"uniqueItems": true, "items": {"enum": ["Securities", "Fixed Income", "Equities"], "type": "string"}, "type": "array"}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "asset-classes": {"oneOf": [{"uniqueItems": true, "items": {"enum": ["Equities", "Cash Equities", "Securities Lending", "Fixed Income", "Government Bonds", "Prime Brokerage", "Commodities", "Municipal Bonds", "Currencies", "Corporate Bonds"], "type": "string"}, "type": "array"}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "responsibilities": {"oneOf": [{"uniqueItems": true, "items": {"enum": ["BAU", "Escalation"], "type": "string"}, "type": "array"}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "company-name": {"type": "string"}, "location": {"type": "string"}, "department": {"type": "string"}, "market-coverages": {"oneOf": [{"uniqueItems": true, "items": {"enum": ["EMEA", "NA", "APAC", "LATAM"], "type": "string"}, "type": "array"}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}}} | business | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | user-requested-join-room-event-inner | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | room-updated-event-inner | swadl-schema-1.0.json |
{"x-intellij-html-description": "<html><p>If true, this is a public chatroom. If false, a private chatroom.<br/><i>Note: Once this value is set for a room, it is read-only and can\u2019t be updated.</i></p></html>", "default": false, "type": ["boolean", "string"]} | public | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | room-member-demoted-from-owner-event-inner | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | room-created-event-inner | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | post-shared-event-inner | swadl-schema-1.0.json |
{"default": false, "type": ["boolean", "string"]} | active | swadl-schema-1.0.json |
{"anyOf": [{"minLength": 1, "type": ["string", "integer"]}, {"enum": ["${variables.VARIABLE_NAME}"]}]} | group-id | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | im-created-event-inner | swadl-schema-1.0.json |
{"type": "object", "properties": {"id": {"pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$", "type": "string"}}} | user-left-room-event-inner | swadl-schema-1.0.json |
{"x-intellij-html-description": "<html><p>If true, only stream owners can send messages.<br/><i>Note: Once this value is set for a room, it is read-only and can\u2019t be updated.</i></p></html>", "default": false, "type": ["boolean", "string"]} | read-only | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | connection-requested-event-inner | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | room-deactivated-event-inner | swadl-schema-1.0.json |
{"anyOf": [{"minLength": 1, "type": ["string", "integer"]}, {"enum": ["${ACTIVITY_ID.outputs.user.userSystemInfo.id}", "${event.initiator.user.userId}", "${event.source.fromUser.userId}", "${event.source.toUser.userId}"]}]} | user-id | swadl-schema-1.0.json |
{"default": false, "type": ["boolean", "string"]} | view-history | swadl-schema-1.0.json |
{"required": ["url"], "type": "object", "properties": {"url": {"minLength": 1, "type": "string"}, "body": {"oneOf": [{"type": "string"}, {"type": "object"}]}, "encode-query-params": {"default": true, "type": ["boolean", "string"]}, "method": {"default": "GET", "enum": ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"], "type": "string"}, "headers": {"type": "object"}}} | execute-request-inner | swadl-schema-1.0.json |
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}"]}, {"minimum": 1, "type": ["integer", "string"], "maximum": 1000}]} | limit | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | connection-accepted-event-inner | swadl-schema-1.0.json |
{"type": "object", "properties": {"active": {"type": ["boolean", "string"]}, "local": {"default": false, "type": ["boolean", "string"]}}} | search-user-inner | swadl-schema-1.0.json |
{"type": "object", "properties": {}} | message-suppressed-event-inner | swadl-schema-1.0.json |
{"required": ["at"], "properties": {"at": {"default": "2021-08-31T-15:50:00", "type": "string"}}} | at | swadl-schema-1.0.json |
{"type": "object", "properties": {"id": {"pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$", "type": "string"}}} | room-member-promoted-to-owner-event-inner | swadl-schema-1.0.json |
{"type": "object", "properties": {"tenant-ids": {"oneOf": [{"uniqueItems": true, "items": {"minLength": 1, "minimum": 0, "type": ["string", "integer"]}, "type": "array"}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "user-ids": {"oneOf": [{"uniqueItems": true, "items": {"minLength": 1, "minimum": 0, "type": ["string", "integer"]}, "type": "array"}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}}} | tenants-users-list | swadl-schema-1.0.json |
{"required": ["script"], "type": "object", "properties": {"script": {"x-intellij-language-injection": "Groovy", "type": "string"}}} | execute-script-inner | swadl-schema-1.0.json |
{"minLength": 1, "type": "string"} | id | swadl-schema-1.0.json |
{"required": ["stream-ids"], "type": "object", "properties": {"stream-ids": {"oneOf": [{"uniqueItems": true, "minLength": 1, "type": "array", "items": {"type": "string"}}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}}} | stream-ids | swadl-schema-1.0.json |
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}", "${ACTIVITY_ID.outputs.user.userAttributes.workPhoneNumber}", "${ACTIVITY_ID.outputs.user.userAttributes.mobilePhoneNumber}", "${ACTIVITY_ID.outputs.user.userAttributes.twoFactorAuthPhone}"]}, {"pattern": "^[0-9]*$|^\\+[0-9]*$", "type": "string"}]} | phoneNumber | swadl-schema-1.0.json |
{"required": ["repeat"], "properties": {"repeat": {"default": "R/PT0.1S", "type": "string"}}} | repeat | swadl-schema-1.0.json |
{"additionalProperties": false, "type": "object", "properties": {"content": {"type": "string"}, "requires-bot-mention": {"default": false, "type": "boolean"}, "id": {"pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$", "type": "string"}}} | message-received-event-inner | swadl-schema-1.0.json |
{"required": ["id", "type"], "type": "object", "properties": {"type": {"default": "TENANT", "enum": ["TENANT", "PLATFORM", "USER"], "type": "string"}, "id": {"anyOf": [{"minLength": 1, "type": ["string", "integer"]}, {"enum": ["${variables.VARIABLE_NAME}"]}]}}} | group-owner | swadl-schema-1.0.json |
{"x-intellij-html-description": "<html><p>The roles object consists of the following possibilities:<li>For end-user accounts: INDIVIDUAL, ADMINISTRATOR, SUPER_ADMINISTRATOR, L1_SUPPORT, L2_SUPPORT, COMPLIANCE_OFFICER, SUPER_COMPLIANCE_OFFICER</li><li>For service accounts: INDIVIDUAL, USER_PROVISIONING, SCOPE_MANAGEMENT, CONTENT_MANAGEMENT, MALWARE_SCAN_MANAGER, MALWARE_SCAN_STATE_USER, AUDIT_TRAIL_MANAGEMENT</li><br/><a href=\"https://developers.symphony.com/restapi/reference#roles-object\">https://developers.symphony.com/restapi/reference#roles-object</a></p></html>", "oneOf": [{"uniqueItems": true, "items": {"enum": ["INDIVIDUAL", "ADMINISTRATOR", "SUPER_ADMINISTRATOR", "L1_SUPPORT", "L2_SUPPORT", "COMPLIANCE_OFFICER", "SUPER_COMPLIANCE_OFFICER", "USER_PROVISIONING", "SCOPE_MANAGEMENT", "CONTENT_MANAGEMENT", "MALWARE_SCAN_MANAGER", "MALWARE_SCAN_STATE_USER", "AUDIT_TRAIL_MANAGEMENT", "AGENT", "CONTENT_EXPORT_SERVICE", "SYMPHONY_ADMIN", "KEY_MANAGER", "EF_POLICY_MANAGEMENT", "CEP_VISIBILITY_GROUP_MANAGEMENT"], "type": "string"}, "type": "array"}, {"minLength": 1, "type": "string", "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]} | roles-inner | swadl-schema-1.0.json |
{"type": "object", "properties": {"id": {"pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$", "type": "string"}}} | user-joined-room-event-inner | swadl-schema-1.0.json |
{"x-intellij-html-description": "<html><p>If true, users cannot copy content from this room.<br/><i>Note: Once this value is set to true for a room, it is read-only and can\u2019t be updated.</i></p></html>", "default": false, "type": ["boolean", "string"]} | copy-protected | swadl-schema-1.0.json |
{"additionalProperties": false, "type": "object", "properties": {"action": {"enum": ["SAVE", "EXTEND", "REVOKE"], "type": "string"}, "expiration": {"minLength": 1, "type": "string"}, "key": {"minLength": 1, "type": "string"}}} | key-inner | swadl-schema-1.0.json |
{"default": false, "type": ["boolean", "string"]} | multilateral-room | swadl-schema-1.0.json |
{"type": "object", "properties": {"additionalProperties": false, "resolutions": {"additionalProperties": false, "items": {"additionalProperties": false, "type": "object", "properties": {"path": {"type": "string"}}}, "type": "array"}}} | dependencyManagement | ui5-workspace.yaml.json |
{"required": ["name"], "type": "object", "properties": {"additionalProperties": false, "name": {"minLength": 3, "errorMessage": "Not a valid workspace name. It must consist of lowercase alphanumeric characters, dash, underscore, and period only. Additionally, it may contain an npm-style package scope. For details, see: https://sap.github.io/ui5-tooling/stable/pages/Workspace/#name", "type": "string", "pattern": "^(?:@[0-9a-z-_.]+\\/)?[a-z][0-9a-z-_.]*$", "maxLength": 80}}} | metadata | ui5-workspace.yaml.json |
{"type": "array", "properties": {"assert": {"type": "object"}, "case_id": {"type": "string"}, "describe": {"type": "string"}, "request_body": {"type": "string"}, "provider_data": {"type": "array", "properties": {"provider_sql": {"type": "string"}, "provider_type": {"default": "sql", "type": "string"}, "api_id": {"type": "string"}, "provider_db": {"type": "string"}}}}} | cases | case_schema.json |
{"type": "object", "properties": {"header": {"default": "https://dev-api.qiandao.cn", "type": "string"}, "host": {"type": "string"}, "uri": {"type": "string"}, "method": {"type": "string"}}} | api | case_schema.json |
{"type": "object", "properties": {"header": {"type": "object", "properties": {"authorization": {"default": "${{get_user_token(18669420998)}}", "type": "object"}}}, "request_body": {"type": "string"}, "provider_data": {"type": "array", "properties": {"provider_sql": {"type": "string"}, "provider_type": {"default": "sql", "type": "string"}, "api_id": {"type": "string"}, "provider_db": {"type": "string"}}}}} | template | case_schema.json |
{"required": ["value", "algorithm"], "type": ["object"], "properties": {"value": {"type": "string"}, "algorithm": {"type": "string"}}} | hash | curations-schema.json |
{"anyOf": [{"required": ["type"]}, {"required": ["url"]}, {"required": ["revision"]}, {"required": ["path"]}], "type": "object", "properties": {"url": {"type": "string"}, "path": {"type": "string"}, "type": {"type": "string"}, "revision": {"type": "string"}}} | vcsMatcher | curations-schema.json |
{"additionalProperties": {"type": "string"}, "type": "object", "propertyNames": {"type": "string"}, "examples": [{"SNOWFLAKE_ACCOUNT": "my.snowflake.account.com"}]} | env | meltano.schema.json |
{"additionalProperties": {"type": "object"}, "type": "object", "propertyNames": {"type": "string"}} | annotations | meltano.schema.json |
{"additionalProperties": false, "required": ["Type", "Properties"], "type": "object", "properties": {"UpdateReplacePolicy": {"enum": ["Delete", "Retain", "Snapshot"], "type": "string"}, "DeletionPolicy": {"enum": ["Delete", "Retain", "Snapshot"], "type": "string"}, "DependsOn": {"anyOf": [{"pattern": "^[a-zA-Z0-9]+$", "type": "string"}, {"items": {"pattern": "^[a-zA-Z0-9]+$", "type": "string"}, "type": "array"}]}, "Type": {"enum": ["AWS::SQS::QueuePolicy"], "type": "string"}, "Properties": {"additionalProperties": false, "required": ["PolicyDocument", "Queues"], "type": "object", "properties": {"Queues": {"items": {"type": "string"}, "type": "array"}, "PolicyDocument": {"type": "object"}}}, "Condition": {"type": "string"}, "Metadata": {"type": "object"}}} | AWS::SQS::QueuePolicy | cloudformation.schema.json |
{"additionalProperties": false, "type": "object", "properties": {}} | AWS::Transfer::Server.As2Transport | cloudformation.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"TriggerEvents": {"items": {"type": "string"}, "type": "array"}, "TriggerTargetArn": {"type": "string"}, "TriggerName": {"type": "string"}}} | AWS::CodeDeploy::DeploymentGroup.TriggerConfig | cloudformation.schema.json |
{"additionalProperties": false, "required": ["FileAccessAuditLogLevel", "FileShareAccessAuditLogLevel"], "type": "object", "properties": {"FileAccessAuditLogLevel": {"type": "string"}, "AuditLogDestination": {"type": "string"}, "FileShareAccessAuditLogLevel": {"type": "string"}}} | AWS::FSx::FileSystem.AuditLogConfiguration | cloudformation.schema.json |
{"additionalProperties": false, "required": ["Type", "Properties"], "type": "object", "properties": {"UpdateReplacePolicy": {"enum": ["Delete", "Retain", "Snapshot"], "type": "string"}, "DeletionPolicy": {"enum": ["Delete", "Retain", "Snapshot"], "type": "string"}, "DependsOn": {"anyOf": [{"pattern": "^[a-zA-Z0-9]+$", "type": "string"}, {"items": {"pattern": "^[a-zA-Z0-9]+$", "type": "string"}, "type": "array"}]}, "Type": {"enum": ["AWS::EC2::EgressOnlyInternetGateway"], "type": "string"}, "Properties": {"additionalProperties": false, "required": ["VpcId"], "type": "object", "properties": {"VpcId": {"type": "string"}}}, "Condition": {"type": "string"}, "Metadata": {"type": "object"}}} | AWS::EC2::EgressOnlyInternetGateway | cloudformation.schema.json |
{"additionalProperties": false, "required": ["FailureValues", "Identifier", "SuccessValues"], "type": "object", "properties": {"Identifier": {"type": "string"}, "FailureValues": {"items": {"type": "string"}, "type": "array"}, "SuccessValues": {"items": {"type": "string"}, "type": "array"}}} | AWS::WAFv2::WebACL.ResponseInspectionJson | cloudformation.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"ParameterName": {"type": "string"}, "AnchorOption": {"type": "string"}}} | AWS::QuickSight::Dashboard.AnchorDateConfiguration | cloudformation.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"AvailabilityZoneCount": {"type": "number"}}} | AWS::Elasticsearch::Domain.ZoneAwarenessConfig | cloudformation.schema.json |
{"additionalProperties": false, "required": ["HealthyThreshold", "IntervalMillis", "Protocol", "TimeoutMillis", "UnhealthyThreshold"], "type": "object", "properties": {"Protocol": {"type": "string"}, "TimeoutMillis": {"type": "number"}, "UnhealthyThreshold": {"type": "number"}, "HealthyThreshold": {"type": "number"}, "Path": {"type": "string"}, "IntervalMillis": {"type": "number"}, "Port": {"type": "number"}}} | AWS::AppMesh::VirtualGateway.VirtualGatewayHealthCheckPolicy | cloudformation.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"OtherCategories": {"type": "string"}, "ItemsLimit": {"type": "number"}}} | AWS::QuickSight::Template.ItemsLimitConfiguration | cloudformation.schema.json |
{"additionalProperties": false, "required": ["StatusCode"], "type": "object", "properties": {"ResponseModels": {"additionalProperties": true, "patternProperties": {"^[a-zA-Z0-9]+$": {"type": "string"}}, "type": "object"}, "ResponseParameters": {"additionalProperties": true, "patternProperties": {"^[a-zA-Z0-9]+$": {"type": "boolean"}}, "type": "object"}, "StatusCode": {"type": "string"}}} | AWS::ApiGateway::Method.MethodResponse | cloudformation.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"FunctionARN": {"type": "string"}}} | AWS::CloudFront::Function.FunctionMetadata | cloudformation.schema.json |
{"additionalProperties": false, "required": ["AppImageConfigName", "ImageName"], "type": "object", "properties": {"ImageVersionNumber": {"type": "number"}, "ImageName": {"type": "string"}, "AppImageConfigName": {"type": "string"}}} | AWS::SageMaker::UserProfile.CustomImage | cloudformation.schema.json |
{"additionalProperties": false, "required": ["Type", "Properties"], "type": "object", "properties": {"UpdateReplacePolicy": {"enum": ["Delete", "Retain", "Snapshot"], "type": "string"}, "DeletionPolicy": {"enum": ["Delete", "Retain", "Snapshot"], "type": "string"}, "DependsOn": {"anyOf": [{"pattern": "^[a-zA-Z0-9]+$", "type": "string"}, {"items": {"pattern": "^[a-zA-Z0-9]+$", "type": "string"}, "type": "array"}]}, "Type": {"enum": ["AWS::Route53::KeySigningKey"], "type": "string"}, "Properties": {"additionalProperties": false, "required": ["HostedZoneId", "KeyManagementServiceArn", "Name", "Status"], "type": "object", "properties": {"HostedZoneId": {"type": "string"}, "KeyManagementServiceArn": {"type": "string"}, "Name": {"type": "string"}, "Status": {"type": "string"}}}, "Condition": {"type": "string"}, "Metadata": {"type": "object"}}} | AWS::Route53::KeySigningKey | cloudformation.schema.json |