Home
Salesforce
Salesforce Detail1 Structure
Salesforce Detail1 Structure
Type: object
Properties: 3
Required: 1
Fortune 500 AI Analytics Cloud Commerce CRM Customer Service Enterprise Marketing Platform Sales
Detail1 is a JSON Structure definition published by Salesforce, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
Properties
success
errors
links
Meta-schema: https://json-structure.org/draft/2020-12/schema
JSON Structure
{
"type": "object",
"name": "Detail1",
"properties": {
"success": {
"type": "boolean"
},
"errors": {
"type": "object",
"properties": {
"field": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"field",
"message"
]
},
"links": {
"type": "object",
"properties": {
"account": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"href",
"id"
]
},
"gifttransaction": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"href",
"id"
]
},
"giftcommitment": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"href",
"id"
]
},
"paymentinstrument": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"href",
"id"
]
},
"gifttransactiondesignation": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"href",
"id"
]
}
}
},
"required": [
"account",
"gifttransaction",
"giftcommitment",
"paymentinstrument",
"gifttransactiondesignation"
]
}
},
"required": [
"success"
],
"$schema": "https://json-structure.org/draft/2020-12/schema"
}