Salesforce · Schema
m304
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| description | string | |
| content | object |
JSON Schema
{
"type": "object",
"properties": {
"description": {
"type": "string",
"example": "A sample description."
},
"content": {
"type": "object",
"properties": {
"application/json": {
"type": "object",
"properties": {
"schema": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"items": {
"type": "object",
"properties": {
"$ref": {
"type": "string",
"example": "example_value"
}
},
"required": [
"$ref"
]
}
},
"required": [
"type",
"items"
]
}
},
"required": [
"schema"
]
}
},
"required": [
"application/json"
]
}
},
"required": [
"description",
"content"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "m304"
}