Salesforce · JSON Structure

Salesforce Predictiondefinitionmetadata Structure

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

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

Properties

countOfActiveModels countOfModels createdBy createdDate id label lastModifiedBy lastModifiedDate modelsUrl name outcome predictionType status url

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Predictiondefinitionmetadata",
  "properties": {
    "countOfActiveModels": {
      "type": "integer"
    },
    "countOfModels": {
      "type": "integer"
    },
    "createdBy": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "profilePhotoUrl": {
          "type": "string"
        }
      },
      "required": [
        "id",
        "name",
        "profilePhotoUrl"
      ]
    },
    "createdDate": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "lastModifiedBy": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "profilePhotoUrl": {
          "type": "string"
        }
      },
      "required": [
        "id",
        "name",
        "profilePhotoUrl"
      ]
    },
    "lastModifiedDate": {
      "type": "string"
    },
    "modelsUrl": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "outcome": {
      "type": "object",
      "properties": {
        "goal": {
          "type": "string"
        },
        "label": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "required": [
        "goal",
        "label",
        "name"
      ]
    },
    "predictionType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  },
  "required": [
    "countOfActiveModels",
    "countOfModels",
    "createdBy",
    "createdDate",
    "id",
    "label",
    "lastModifiedBy",
    "lastModifiedDate",
    "modelsUrl",
    "name",
    "outcome",
    "predictionType",
    "status",
    "url"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}