Salesforce · Schema
Query7
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| Opportunity | object |
JSON Schema
{
"type": "object",
"properties": {
"Opportunity": {
"type": "object",
"properties": {
"edges": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"node": {
"type": "object",
"properties": {
"Id": {
"type": "string",
"example": "abc123"
},
"Name": {
"type": "object",
"properties": {
"value": {
"type": "object"
}
},
"required": [
"value"
]
},
"StageName": {
"type": "object",
"properties": {
"value": {
"type": "object"
}
},
"required": [
"value"
]
},
"CloseDate": {
"type": "object",
"properties": {
"value": {
"type": "object"
},
"displayValue": {
"type": "object"
}
},
"required": [
"value",
"displayValue"
]
},
"Description": {
"type": "object",
"properties": {
"value": {
"type": "object"
}
},
"required": [
"value"
]
}
},
"required": [
"Id",
"Name",
"StageName",
"CloseDate",
"Description"
]
}
},
"required": [
"node"
]
}
}
},
"required": [
"edges"
]
}
},
"required": [
"Opportunity"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Query7"
}