changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error": {
+ "description": "Error code if describe failed",
+ "type": "string"
+ },
+ "fields": {
+ "description": "Array of field definitions",
+ "items": {
+ "properties": {
+ "createable": {
+ "description": "Whether field can be created",
+ "type": "boolean"
+ },
+ "label": {
+ "description": "Field display label",
+ "type": "string"
+ },
+ "name": {
+ "description": "Field name",
+ "type": "string"
+ },
+ "referenceTo": {
+ "description": "Referenced object types for relationships",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "required": {
+ "description": "Whether field is required",
+ "type": "boolean"
+ },
+ "type": {
+ "description": "Field data type",
+ "type": "string"
+ },
+ "updateable": {
+ "description": "Whether field can be updated",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "label": {
+ "description": "SObject display label",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if describe failed",
+ "type": "string"
+ },
+ "name": {
+ "description": "SObject type name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}