Factset · Schema
ServiceProviderConfig
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| schemas | array | |
| documentationUri | string | An HTTP-addressable URL pointing to the service provider's human-consumable help documentation. |
| patch | object | A complex type that specifies PATCH configuration options. |
| bulk | object | A complex type that specifies bulk configuration options. |
| filter | object | A complex type that specifies FILTER options. |
| changePassword | object | A complex type that specifies configuration options related to changing a password. |
| sort | object | A complex type that specifies sort result options. |
| etag | object | A complex type that specifies ETag configuration options. |
| authenticationSchemes | object | A complex type that specifies supported authentication scheme properties. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ServiceProviderConfig",
"type": "object",
"properties": {
"schemas": {
"type": "array"
},
"documentationUri": {
"type": "string",
"description": "An HTTP-addressable URL pointing to the service provider's human-consumable help documentation."
},
"patch": {
"type": "object",
"description": "A complex type that specifies PATCH configuration options."
},
"bulk": {
"type": "object",
"description": "A complex type that specifies bulk configuration options."
},
"filter": {
"type": "object",
"description": "A complex type that specifies FILTER options."
},
"changePassword": {
"type": "object",
"description": "A complex type that specifies configuration options related to changing a password."
},
"sort": {
"type": "object",
"description": "A complex type that specifies sort result options."
},
"etag": {
"type": "object",
"description": "A complex type that specifies ETag configuration options."
},
"authenticationSchemes": {
"type": "object",
"description": "A complex type that specifies supported authentication scheme properties."
}
}
}