UNPKG

@salesforce/plugin-schema

Version:

Commands to interact with salesforce sobject schemas

13 lines (12 loc) 234 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/SObjectListResult", "definitions": { "SObjectListResult": { "type": "array", "items": { "type": "string" } } } }