Salesforce · JSON Structure

Salesforce Properties8 Structure

Type: object Properties: 5 Required: 5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties8 is a JSON Structure definition published by Salesforce, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

success id errors warnings infos

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Properties8",
  "properties": {
    "success": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ]
    },
    "id": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ]
    },
    "errors": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "items": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string"
            },
            "properties": {
              "type": "object",
              "properties": {
                "message": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "fields": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "items": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "object"
                        }
                      },
                      "required": [
                        "type"
                      ]
                    }
                  },
                  "required": [
                    "type",
                    "items"
                  ]
                },
                "statusCode": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "extendedErrorDetails": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "items": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "object"
                        },
                        "properties": {
                          "type": "object"
                        }
                      },
                      "required": [
                        "type",
                        "properties"
                      ]
                    }
                  },
                  "required": [
                    "type",
                    "items"
                  ]
                }
              },
              "required": [
                "message",
                "fields",
                "statusCode",
                "extendedErrorDetails"
              ]
            }
          },
          "required": [
            "type",
            "properties"
          ]
        }
      },
      "required": [
        "type",
        "items"
      ]
    },
    "warnings": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "items": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string"
            },
            "properties": {
              "type": "object",
              "properties": {
                "message": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "statusCode": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "extendedDetails": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "items": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "object"
                        },
                        "properties": {
                          "type": "object"
                        }
                      },
                      "required": [
                        "type",
                        "properties"
                      ]
                    }
                  },
                  "required": [
                    "type",
                    "items"
                  ]
                }
              },
              "required": [
                "message",
                "statusCode",
                "extendedDetails"
              ]
            }
          },
          "required": [
            "type",
            "properties"
          ]
        }
      },
      "required": [
        "type",
        "items"
      ]
    },
    "infos": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "items": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string"
            },
            "properties": {
              "type": "object",
              "properties": {
                "message": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "statusCode": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "type"
                  ]
                },
                "extendedDetails": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "items": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "object"
                        },
                        "properties": {
                          "type": "object"
                        }
                      },
                      "required": [
                        "type",
                        "properties"
                      ]
                    }
                  },
                  "required": [
                    "type",
                    "items"
                  ]
                }
              },
              "required": [
                "message",
                "statusCode",
                "extendedDetails"
              ]
            }
          },
          "required": [
            "type",
            "properties"
          ]
        }
      },
      "required": [
        "type",
        "items"
      ]
    }
  },
  "required": [
    "success",
    "id",
    "errors",
    "warnings",
    "infos"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}