schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
gradle-enterprise-config-schema-7.json | heapMemory | The amount of heap memory allocated to the application | {"type": "integer", "minimum": 100} |
gradle-enterprise-config-schema-7.json | offHeapMemory | The amount of off-heap memory allocated to the application | {"type": "integer", "minimum": 100} |
gradle-enterprise-config-schema-7.json | params | Configuration parameters for the application | {} |
gradle-enterprise-config-schema-7.json | scanPayloadCacheSize | The amount of memory for the scan payload event stream cache | {"type": "integer"} |
gradle-enterprise-config-schema-7.json | heapMemory | The amount of heap memory allocated to the application | {"type": "integer", "minimum": 100} |
gradle-enterprise-config-schema-7.json | offHeapMemory | The amount of off-heap memory allocated to the application | {"type": "integer", "minimum": 100} |
gradle-enterprise-config-schema-7.json | params | Configuration parameters for the application | {} |
gradle-enterprise-config-schema-7.json | heapMemory | The amount of heap memory allocated to the application | {"type": "integer", "minimum": 100} |
gradle-enterprise-config-schema-7.json | offHeapMemory | The amount of off-heap memory allocated to the application | {"type": "integer", "minimum": 100} |
gradle-enterprise-config-schema-7.json | params | Configuration parameters for the application | {} |
gradle-enterprise-config-schema-7.json | heapMemory | The amount of heap memory allocated to the application | {"type": "integer", "minimum": 100} |
gradle-enterprise-config-schema-7.json | offHeapMemory | The amount of off-heap memory allocated to the application | {"type": "integer", "minimum": 100} |
gradle-enterprise-config-schema-7.json | params | Configuration parameters for the application | {} |
gradle-enterprise-config-schema-7.json | auth | Configuration of Gradle Enterprise authentication options | {"type": "object", "properties": {"anonymousPermissions": {"uniqueItems": true, "type": "array", "items": {"type": "string", "enum": ["viewScan", "exportData", "administerGe", "administerProjects", "administerCache", "publishScan", "testDistribution", "readCache", "writeCache", "accessAllProjects", "accessAnonymousProjectData"]}}, "external": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"type": {"enum": ["ldap", "saml"]}}, "required": ["type"], "allOf": [{"if": {"properties": {"type": {"const": "ldap"}}}, "then": {"type": "object", "required": ["connectionUrl", "displayName", "roles", "users"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "ldap"}, "bindUser": {"type": ["object", "null"], "properties": {"dn": {"type": "string"}, "password": {"allOf": [{}, {}]}}, "required": ["dn", "password"], "additionalProperties": false, "minProperties": 1}, "connectionUrl": {"type": "string"}, "displayName": {"type": "string"}, "roles": {"allOf": [{"if": {"properties": {"type": {"const": "external"}}}, "then": {"type": "object", "required": ["baseDn", "membershipAttribute", "membershipAttributeType", "nameAttribute", "objectClass"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "external"}, "baseDn": {"type": "string"}, "membershipAttribute": {"type": "string"}, "membershipAttributeType": {"type": "string", "enum": ["dn", "uid"]}, "nameAttribute": {"type": "string"}, "objectClass": {"type": "string"}, "retrieveStrategy": {"type": "string", "enum": ["groupMember", "userMemberof", "matchingRuleInChain"]}}}}, {"if": {"properties": {"type": {"const": "local"}}}, "then": {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "local"}}}}], "type": "object", "properties": {"type": {"enum": ["external", "local"]}}, "required": ["type"], "minProperties": 1}, "users": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"email": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "userName": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["email", "firstName", "lastName", "userName", "uuid"], "additionalProperties": false, "minProperties": 1}, "baseDn": {"type": "string"}, "filter": {"allOf": [{"type": ["string", "null"], "format": "gradle-enterprise:ldap-filter"}, {}]}}, "required": ["attributes", "baseDn"], "additionalProperties": false, "minProperties": 1}}}}, {"if": {"properties": {"type": {"const": "saml"}}}, "then": {"type": "object", "required": ["displayName", "idpMetadata", "roles"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "saml"}, "displayName": {"type": "string"}, "idpMetadata": {"type": "string", "pattern": "^(?:(?:\\s*[A-Za-z0-9+/]){4})*(?:(?:\\s*[A-Za-z0-9+/]){2}(?:\\s*=){2}|(?:\\s*[A-Za-z0-9+/]){3}(?:\\s*=))?\\s*$"}, "options": {"type": "object", "properties": {"requireEncryptedAssertion": {"type": "boolean"}, "signAuthenticationRequests": {"type": "boolean"}, "validateAssertionSignature": {"type": "boolean"}, "validateResponseSignature": {"type": "boolean"}}, "additionalProperties": false, "minProperties": 1}, "roles": {"allOf": [{"if": {"properties": {"type": {"const": "external"}}}, "then": {"type": "object", "required": ["attribute"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "external"}, "attribute": {"type": "string"}}}}, {"if": {"properties": {"type": {"const": "local"}}}, "then": {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "local"}}}}], "type": "object", "properties": {"type": {"enum": ["external", "local"]}}, "required": ["type"], "minProperties": 1}, "userAttributes": {"type": "object", "properties": {"email": {"type": ["string", "null"]}, "firstName": {"type": ["string", "null"]}, "lastName": {"type": ["string", "null"]}}, "additionalProperties": false, "minProperties": 1}}}}], "minProperties": 1}]}, "roles": {"type": "object", "additionalProperties": {}, "propertyNames": {"type": "string"}}, "scim": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "token": {"type": ["object", "null"], "properties": {"hash": {"allOf": [{}, {}]}, "length": {"type": "integer"}, "prefix": {"type": "string"}}, "required": ["hash", "length", "prefix"], "additionalProperties": false, "minProperties": 1}}, "additionalProperties": false, "minProperties": 1}, "timeouts": {"type": "object", "properties": {"accessTokenLifespan": {"type": "integer"}, "ssoSessionIdleTimeout": {"type": "integer"}, "ssoSessionMaxLifespan": {"type": "integer"}}, "additionalProperties": false, "minProperties": 1}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | anonymousPermissions | Permissions to assign to anonymous users - does not support administerGe, administerCache, or testDistribution | {"uniqueItems": true, "type": "array", "items": {"type": "string", "enum": ["viewScan", "exportData", "administerGe", "administerProjects", "administerCache", "publishScan", "testDistribution", "readCache", "writeCache", "accessAllProjects", "accessAnonymousProjectData"]}} |
gradle-enterprise-config-schema-7.json | bindUser | Binding information used when LDAP requires authentication | {"type": ["object", "null"], "properties": {"dn": {"type": "string"}, "password": {"allOf": [{}, {}]}}, "required": ["dn", "password"], "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | dn | Distinguished name for the LDAP user account | {"type": "string"} |
gradle-enterprise-config-schema-7.json | password | Password for the LDAP user account | {} |
gradle-enterprise-config-schema-7.json | connectionUrl | URL used to connect to LDAP server | {"type": "string"} |
gradle-enterprise-config-schema-7.json | displayName | Name of this identity provider configuration | {"type": "string"} |
gradle-enterprise-config-schema-7.json | roles | Holds information when the identity provider manages roles | {"allOf": [{"if": {"properties": {"type": {"const": "external"}}}, "then": {"type": "object", "required": ["baseDn", "membershipAttribute", "membershipAttributeType", "nameAttribute", "objectClass"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "external"}, "baseDn": {"type": "string"}, "membershipAttribute": {"type": "string"}, "membershipAttributeType": {"type": "string", "enum": ["dn", "uid"]}, "nameAttribute": {"type": "string"}, "objectClass": {"type": "string"}, "retrieveStrategy": {"type": "string", "enum": ["groupMember", "userMemberof", "matchingRuleInChain"]}}}}, {"if": {"properties": {"type": {"const": "local"}}}, "then": {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "local"}}}}], "type": "object", "properties": {"type": {"enum": ["external", "local"]}}, "required": ["type"], "minProperties": 1} |
gradle-enterprise-config-schema-7.json | baseDn | Base DN for the subtree holding roles | {"type": "string"} |
gradle-enterprise-config-schema-7.json | membershipAttribute | Name of the LDAP attribute holding role membership | {"type": "string"} |
gradle-enterprise-config-schema-7.json | membershipAttributeType | Type of the membership-ldap-attribute | {"type": "string", "enum": ["dn", "uid"]} |
gradle-enterprise-config-schema-7.json | nameAttribute | Name of the LDAP attribute holding the role name | {"type": "string"} |
gradle-enterprise-config-schema-7.json | objectClass | LDAP object classes for roles | {"type": "string"} |
gradle-enterprise-config-schema-7.json | retrieveStrategy | Type of roles retrieve strategy (defaults to GROUP_MEMBER) | {"type": "string", "enum": ["groupMember", "userMemberof", "matchingRuleInChain"]} |
gradle-enterprise-config-schema-7.json | attributes | Describes how user attributes are mapped | {"type": "object", "properties": {"email": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "userName": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["email", "firstName", "lastName", "userName", "uuid"], "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | email | Name of the LDAP attribute holding email address | {"type": "string"} |
gradle-enterprise-config-schema-7.json | firstName | Name of the LDAP attribute holding first name | {"type": "string"} |
gradle-enterprise-config-schema-7.json | lastName | Name of the LDAP attribute holding last name | {"type": "string"} |
gradle-enterprise-config-schema-7.json | userName | Name of the LDAP attribute holding user name | {"type": "string"} |
gradle-enterprise-config-schema-7.json | uuid | Name of the LDAP attribute holding a unique id | {"type": "string"} |
gradle-enterprise-config-schema-7.json | baseDn | Base DN for the subtree holding users | {"type": "string"} |
gradle-enterprise-config-schema-7.json | filter | LDAP search filter expression. | {"type": ["string", "null"], "format": "gradle-enterprise:ldap-filter"} |
gradle-enterprise-config-schema-7.json | filter | Optional LDAP filter expression to limit access | {} |
gradle-enterprise-config-schema-7.json | displayName | Name of this identity provider configuration | {"type": "string"} |
gradle-enterprise-config-schema-7.json | idpMetadata | SAML metadata that describes this identity provider | {"type": "string", "pattern": "^(?:(?:\\s*[A-Za-z0-9+/]){4})*(?:(?:\\s*[A-Za-z0-9+/]){2}(?:\\s*=){2}|(?:\\s*[A-Za-z0-9+/]){3}(?:\\s*=))?\\s*$"} |
gradle-enterprise-config-schema-7.json | options | Groups all options and is only necessary when one or more needs to be enabled | {"type": "object", "properties": {"requireEncryptedAssertion": {"type": "boolean"}, "signAuthenticationRequests": {"type": "boolean"}, "validateAssertionSignature": {"type": "boolean"}, "validateResponseSignature": {"type": "boolean"}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | requireEncryptedAssertion | Encrypt SAML assertions? | {"type": "boolean"} |
gradle-enterprise-config-schema-7.json | signAuthenticationRequests | Sign authentication requests? | {"type": "boolean"} |
gradle-enterprise-config-schema-7.json | validateAssertionSignature | Enable signature validation of SAML assertions? | {"type": "boolean"} |
gradle-enterprise-config-schema-7.json | validateResponseSignature | Enable signature validation of SAML responses? | {"type": "boolean"} |
gradle-enterprise-config-schema-7.json | roles | Holds information when the identity provider manages roles | {"allOf": [{"if": {"properties": {"type": {"const": "external"}}}, "then": {"type": "object", "required": ["attribute"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "external"}, "attribute": {"type": "string"}}}}, {"if": {"properties": {"type": {"const": "local"}}}, "then": {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "local"}}}}], "type": "object", "properties": {"type": {"enum": ["external", "local"]}}, "required": ["type"], "minProperties": 1} |
gradle-enterprise-config-schema-7.json | attribute | Name of the SAML attribute holding role names | {"type": "string"} |
gradle-enterprise-config-schema-7.json | userAttributes | Describes how user attributes are mapped | {"type": "object", "properties": {"email": {"type": ["string", "null"]}, "firstName": {"type": ["string", "null"]}, "lastName": {"type": ["string", "null"]}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | email | Name of the SAML attribute holding email address | {"type": ["string", "null"]} |
gradle-enterprise-config-schema-7.json | firstName | Name of the SAML attribute holding first name | {"type": ["string", "null"]} |
gradle-enterprise-config-schema-7.json | lastName | Name of the SAML attribute holding last name | {"type": ["string", "null"]} |
gradle-enterprise-config-schema-7.json | scim | Configuration for System for Cross-domain Identity Management (SCIM) support | {"type": "object", "properties": {"enabled": {"type": "boolean"}, "token": {"type": ["object", "null"], "properties": {"hash": {"allOf": [{}, {}]}, "length": {"type": "integer"}, "prefix": {"type": "string"}}, "required": ["hash", "length", "prefix"], "additionalProperties": false, "minProperties": 1}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | enabled | Whether to allow access to the SCIM API for user and group management | {"type": "boolean"} |
gradle-enterprise-config-schema-7.json | token | Token to authenticate with the SCIM API | {"type": ["object", "null"], "properties": {"hash": {"allOf": [{}, {}]}, "length": {"type": "integer"}, "prefix": {"type": "string"}}, "required": ["hash", "length", "prefix"], "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | hash | The hash of the token | {} |
gradle-enterprise-config-schema-7.json | length | The length of the token | {"type": "integer"} |
gradle-enterprise-config-schema-7.json | prefix | The prefix of the token | {"type": "string"} |
gradle-enterprise-config-schema-7.json | timeouts | Timeouts you can specify for user logins in Gradle Enterprise | {"type": "object", "properties": {"accessTokenLifespan": {"type": "integer"}, "ssoSessionIdleTimeout": {"type": "integer"}, "ssoSessionMaxLifespan": {"type": "integer"}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | accessTokenLifespan | The maximum time before an access token is expired (in minutes), default is 10 minutes | {"type": "integer"} |
gradle-enterprise-config-schema-7.json | ssoSessionIdleTimeout | The time a login session is allowed to be idle before it expires (in minutes), default is 4 days (5760 minutes) | {"type": "integer"} |
gradle-enterprise-config-schema-7.json | ssoSessionMaxLifespan | The maximum time before a login session is expired (in minutes), default is 30 days (43200 minutes) | {"type": "integer"} |
gradle-enterprise-config-schema-7.json | backups | Automatic backup configuration | {"type": ["object", "null"], "properties": {"backupsToRetain": {"type": "integer", "minimum": 1}, "emailNotification": {"type": "boolean"}, "schedule": {"type": "object", "properties": {"type": {"enum": ["daily", "weekly", "cron"]}}, "required": ["type"], "allOf": [{"if": {"properties": {"type": {"const": "daily"}}}, "then": {"type": "object", "required": ["timeOfDay"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "daily"}, "timeOfDay": {"allOf": [{}, {}]}}}}, {"if": {"properties": {"type": {"const": "weekly"}}}, "then": {"type": "object", "required": ["dayOfWeek", "timeOfDay"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "weekly"}, "dayOfWeek": {"type": "string", "enum": ["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"]}, "timeOfDay": {"allOf": [{}, {}]}}}}, {"if": {"properties": {"type": {"const": "cron"}}}, "then": {"type": "object", "required": ["expression"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "cron"}, "expression": {"type": "string", "pattern": "^(?:\\*|(?:(?:\\*\\/)?[1-5]?[0-9])) (?:\\*|(?:(?:\\*\\/)?(?:1?[0-9]|2[0-3]))) (?:\\*|(?:(?:\\*\\/)?(?:[1-9]|[12][0-9]|3[0-1]))) (?:\\*|(?:(?:\\*\\/)?(?:[1-9]|1[0-2]))) (?:\\*|(?:(?:\\*\\/)?[0-6]))$"}}}}], "minProperties": 1}}, "required": ["schedule"], "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | backupsToRetain | How many old backups to keep | {"type": "integer", "minimum": 1} |
gradle-enterprise-config-schema-7.json | emailNotification | Send an email when backup is complete | {"type": "boolean"} |
gradle-enterprise-config-schema-7.json | timeOfDay | Time (in UTC) to perform the backup | {} |
gradle-enterprise-config-schema-7.json | dayOfWeek | Day (in UTC) to perform the backup | {"type": "string", "enum": ["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"]} |
gradle-enterprise-config-schema-7.json | timeOfDay | Time (in UTC) to perform the backup | {} |
gradle-enterprise-config-schema-7.json | expression | Custom cron expression for backup time | {"type": "string", "pattern": "^(?:\\*|(?:(?:\\*\\/)?[1-5]?[0-9])) (?:\\*|(?:(?:\\*\\/)?(?:1?[0-9]|2[0-3]))) (?:\\*|(?:(?:\\*\\/)?(?:[1-9]|[12][0-9]|3[0-1]))) (?:\\*|(?:(?:\\*\\/)?(?:[1-9]|1[0-2]))) (?:\\*|(?:(?:\\*\\/)?[0-6]))$"} |
gradle-enterprise-config-schema-7.json | buildCache | Configuration specific to the build cache app | {"type": "object", "properties": {"allowUntrustedNodeSsl": {"type": "boolean"}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | allowUntrustedNodeSsl | Allow communication with nodes running over untrusted SSL | {"type": "boolean"} |
gradle-enterprise-config-schema-7.json | buildScans | Configuration specific to the build scans app | {"type": "object", "properties": {"diskSpaceMonitoring": {"type": "object", "properties": {"autoDeleteWhileFreeSpaceLessThanPercentage": {"type": ["integer", "null"], "maximum": 100, "minimum": 1}, "rejectIncomingWhileFreeSpaceLessThanPercentage": {"type": ["integer", "null"], "maximum": 100, "minimum": 1}, "sendWarningEmailWhenFreeSpaceLessThanPercentage": {"type": ["integer", "null"], "maximum": 100, "minimum": 1}}, "additionalProperties": false, "minProperties": 1}, "incomingStorageType": {"anyOf": [{"type": "null"}, {"type": "string", "enum": [null, "database", "objectStorage"]}]}, "keepDays": {"type": ["integer", "null"], "minimum": 2}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | autoDeleteWhileFreeSpaceLessThanPercentage | Threshold of free disk space before old scans will be automatically deleted | {"type": ["integer", "null"], "maximum": 100, "minimum": 1} |
gradle-enterprise-config-schema-7.json | rejectIncomingWhileFreeSpaceLessThanPercentage | Threshold of free disk space before new scans will be rejected | {"type": ["integer", "null"], "maximum": 100, "minimum": 1} |
gradle-enterprise-config-schema-7.json | sendWarningEmailWhenFreeSpaceLessThanPercentage | Threshold of free disk space before a warning is sent to users publishing a build scan | {"type": ["integer", "null"], "maximum": 100, "minimum": 1} |
gradle-enterprise-config-schema-7.json | incomingStorageType | Storage type of incoming builds | {"type": "string", "enum": [null, "database", "objectStorage"]} |
gradle-enterprise-config-schema-7.json | keepDays | How many days of scans should be retained | {"type": ["integer", "null"], "minimum": 2} |
gradle-enterprise-config-schema-7.json | dailyMaintenanceTime | Which time (UTC) should retention-cleanup be performed | {} |
gradle-enterprise-config-schema-7.json | email | SMTP configuration for notifications | {"type": ["object", "null"], "properties": {"administratorAddress": {"allOf": [{}, {}]}, "authentication": {"type": ["object", "null"], "properties": {"password": {}, "type": {"type": "string", "enum": ["login", "cramMd5", "plain"]}, "username": {"type": "string"}}, "required": ["password", "type", "username"], "additionalProperties": false, "minProperties": 1}, "fromAddress": {"allOf": [{}, {}]}, "smtpServer": {"type": "string", "pattern": "^(?:(?:(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])|(?:(?:[a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*(?:[A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])):(?:[1-9][0-9]{0,3}|[1-6][0-5][0-5][0-3][0-5])$"}, "sslProtocol": {"anyOf": [{"type": "null"}, {"type": "string", "enum": [null, "startTls", "implicitTls"]}]}}, "required": ["administratorAddress", "fromAddress", "smtpServer"], "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | administratorAddress | Email address notifications are sent to | {} |
gradle-enterprise-config-schema-7.json | authentication | SMTP authentication method | {"type": ["object", "null"], "properties": {"password": {}, "type": {"type": "string", "enum": ["login", "cramMd5", "plain"]}, "username": {"type": "string"}}, "required": ["password", "type", "username"], "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | fromAddress | Email address notifications are sent from | {} |
gradle-enterprise-config-schema-7.json | smtpServer | Address and port of the smtp server | {"type": "string", "pattern": "^(?:(?:(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])|(?:(?:[a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*(?:[A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])):(?:[1-9][0-9]{0,3}|[1-6][0-5][0-5][0-3][0-5])$"} |
gradle-enterprise-config-schema-7.json | sslProtocol | SMTP protocol flavour | {"type": "string", "enum": [null, "startTls", "implicitTls"]} |
gradle-enterprise-config-schema-7.json | helpContact | Who users should contact if they have a problem | {"type": "object", "properties": {"email": {"anyOf": [{"type": "null"}, {}]}, "name": {"type": ["string", "null"]}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | email | The email address users should contact | {"anyOf": [{"type": "null"}, {}]} |
gradle-enterprise-config-schema-7.json | name | The name of the contact | {"type": ["string", "null"]} |
gradle-enterprise-config-schema-7.json | network | Network configuration | {"type": ["object", "null"], "properties": {"additionalTrust": {"type": ["string", "null"], "pattern": "(?:^|\\r?\\n)-----BEGIN CERTIFICATE-----(?:\\r?\\n)(?:(?:\\s*[A-Za-z0-9+/]){4})*(?:(?:\\s*[A-Za-z0-9+/]){2}(?:\\s*=){2}|(?:\\s*[A-Za-z0-9+/]){3}(?:\\s*=))?\\s*(?:\\r?\\n)-----END CERTIFICATE-----(?:$|\\r?\\n)", "format": "gradle-enterprise:x509-certs-pem"}, "proxy": {"type": ["object", "null"], "properties": {"auth": {"type": ["object", "null"], "properties": {"password": {"allOf": [{}, {}]}, "username": {"type": "string"}}, "required": ["password", "username"], "additionalProperties": false, "minProperties": 1}, "excludedHosts": {"type": "array", "items": {"type": "string", "pattern": "^(?:(?:(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])|(?:(?:^[\\*]|[a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*(?:[A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))$", "format": "gradle-enterprise:excludedHosts"}}, "host": {"type": "string", "pattern": "^(?:(?:(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])|(?:(?:[a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*(?:[A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))$", "format": "gradle-enterprise:host"}, "port": {"type": "integer", "maximum": 65535, "minimum": 1}, "protocol": {"type": "string", "enum": ["http", "https"]}}, "required": ["host"], "additionalProperties": false, "minProperties": 1}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | additionalTrust | Required if Gradle Enterprise must communicate with servers using certificates not trusted by default | {"type": ["string", "null"], "pattern": "(?:^|\\r?\\n)-----BEGIN CERTIFICATE-----(?:\\r?\\n)(?:(?:\\s*[A-Za-z0-9+/]){4})*(?:(?:\\s*[A-Za-z0-9+/]){2}(?:\\s*=){2}|(?:\\s*[A-Za-z0-9+/]){3}(?:\\s*=))?\\s*(?:\\r?\\n)-----END CERTIFICATE-----(?:$|\\r?\\n)", "format": "gradle-enterprise:x509-certs-pem"} |
gradle-enterprise-config-schema-7.json | proxy | Http proxy config | {"type": ["object", "null"], "properties": {"auth": {"type": ["object", "null"], "properties": {"password": {"allOf": [{}, {}]}, "username": {"type": "string"}}, "required": ["password", "username"], "additionalProperties": false, "minProperties": 1}, "excludedHosts": {"type": "array", "items": {"type": "string", "pattern": "^(?:(?:(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])|(?:(?:^[\\*]|[a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*(?:[A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))$", "format": "gradle-enterprise:excludedHosts"}}, "host": {"type": "string", "pattern": "^(?:(?:(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])|(?:(?:[a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*(?:[A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))$", "format": "gradle-enterprise:host"}, "port": {"type": "integer", "maximum": 65535, "minimum": 1}, "protocol": {"type": "string", "enum": ["http", "https"]}}, "required": ["host"], "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | auth | Proxy authentication credentials | {"type": ["object", "null"], "properties": {"password": {"allOf": [{}, {}]}, "username": {"type": "string"}}, "required": ["password", "username"], "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | password | Proxy password | {} |
gradle-enterprise-config-schema-7.json | username | Proxy username | {"type": "string"} |
gradle-enterprise-config-schema-7.json | excludedHosts | A list of hosts that should not be proxied | {"type": "array", "items": {"type": "string", "pattern": "^(?:(?:(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])|(?:(?:^[\\*]|[a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*(?:[A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))$", "format": "gradle-enterprise:excludedHosts"}} |
gradle-enterprise-config-schema-7.json | host | Proxy host | {"type": "string", "pattern": "^(?:(?:(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])|(?:(?:[a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*(?:[A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))$", "format": "gradle-enterprise:host"} |
gradle-enterprise-config-schema-7.json | port | Proxy port | {"type": "integer", "maximum": 65535, "minimum": 1} |
gradle-enterprise-config-schema-7.json | protocol | Proxy protocol | {"type": "string", "enum": ["http", "https"]} |
gradle-enterprise-config-schema-7.json | objectStorage | Object Storage configuration | {"type": "object", "properties": {"provider": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"type": {"enum": ["s3"]}}, "required": ["type"], "allOf": [{"if": {"properties": {"type": {"const": "s3"}}}, "then": {"type": "object", "required": ["bucket", "credentials", "region"], "additionalProperties": false, "minProperties": 1, "properties": {"type": {"const": "s3"}, "bucket": {"type": "string"}, "credentials": {"allOf": [{"if": {"properties": {"source": {"const": "configuration"}}}, "then": {"type": "object", "required": ["accessKey", "secretKey"], "additionalProperties": false, "minProperties": 1, "properties": {"source": {"const": "configuration"}, "accessKey": {"type": "string"}, "secretKey": {}}}}, {"if": {"properties": {"source": {"const": "environment"}}}, "then": {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"source": {"const": "environment"}}}}], "type": "object", "properties": {"source": {"enum": ["configuration", "environment"]}}, "required": ["source"], "minProperties": 1}, "region": {"type": "string"}}}}], "minProperties": 1}]}}, "additionalProperties": false, "minProperties": 1} |
gradle-enterprise-config-schema-7.json | bucket | The name of the bucket to store the scan payloads | {"type": "string"} |
gradle-enterprise-config-schema-7.json | credentials | The aws credentials | {"allOf": [{"if": {"properties": {"source": {"const": "configuration"}}}, "then": {"type": "object", "required": ["accessKey", "secretKey"], "additionalProperties": false, "minProperties": 1, "properties": {"source": {"const": "configuration"}, "accessKey": {"type": "string"}, "secretKey": {}}}}, {"if": {"properties": {"source": {"const": "environment"}}}, "then": {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"source": {"const": "environment"}}}}], "type": "object", "properties": {"source": {"enum": ["configuration", "environment"]}}, "required": ["source"], "minProperties": 1} |
gradle-enterprise-config-schema-7.json | region | The region of the bucket | {"type": "string"} |
gradle-enterprise-config-schema-7.json | systemPassword | The password for the system user | {} |
sil-kit-registry-configuration.json | JSON schema for SIL KIT Registry configuration files. | {"$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {"Logging": {"type": "object", "properties": {"FlushLevel": {"type": "string", "enum": ["Critical", "Error", "Warn", "Info", "Debug", "Trace", "Off"]}, "Sinks": {"type": "array", "items": {"type": "object", "properties": {"Type": {"type": "string", "enum": ["File", "Stdout"]}, "Level": {"type": "string", "enum": ["Critical", "Error", "Warn", "Info", "Debug", "Trace", "Off"], "default": "Info"}, "LogName": {"type": "string"}}, "additionalProperties": false, "required": ["Type"]}}}, "additionalProperties": false, "required": ["Sinks"]}}, "properties": {"$schema": {"type": "string", "default": "", "examples": ["./RegistryConfiguration.schema.json"]}, "SchemaVersion": {"anyOf": [{"type": "integer"}, {"type": "string"}], "default": 0}, "ListenUri": {"type": "string"}, "Logging": {}}, "type": "object"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.