afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/ShapeRepresentation.json

41 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields"
],
"title": "ShapeRepresentation - Data API",
"description": "Contains information about the shape of an org. The shape of an org includes licenses and limits information. You can easily create scratch orgs based on a source orgs shape. This object is available in API version 50.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Description": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "A free-form text field for you to enter a description of this org shape. This field has a maximum length of 255 characters."
},
"LastReferencedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "Date when the org shape was last referenced. This field is read-only."
},
"LastViewedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "Date when the org shape was last viewed. This field is read-only."
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "The alias for the org shape."
},
"Status": {
"type": "picklist",
"properties": "Defaulted on create, Filter, Group, Restricted picklist, Sort",
"description": "Status of this org shape. You can use an org shape when its Active. This field is read-only. Possible values are: Active Error InProgress Inactive New"
}
}
}