ResourcesbyVersion is a JSON Structure definition published by Salesforce, describing 48 properties, of which 48 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
{
"type": "object",
"name": "ResourcesbyVersion",
"properties": {
"tooling": {
"type": "string"
},
"metadata": {
"type": "string"
},
"eclair": {
"type": "string"
},
"folders": {
"type": "string"
},
"prechatForms": {
"type": "string"
},
"contact-tracing": {
"type": "string"
},
"jsonxform": {
"type": "string"
},
"chatter": {
"type": "string"
},
"payments": {
"type": "string"
},
"tabs": {
"type": "string"
},
"appMenu": {
"type": "string"
},
"quickActions": {
"type": "string"
},
"queryAll": {
"type": "string"
},
"commerce": {
"type": "string"
},
"wave": {
"type": "string"
},
"iot": {
"type": "string"
},
"analytics": {
"type": "string"
},
"search": {
"type": "string"
},
"smartdatadiscovery": {
"type": "string"
},
"identity": {
"type": "string"
},
"composite": {
"type": "string"
},
"parameterizedSearch": {
"type": "string"
},
"fingerprint": {
"type": "string"
},
"theme": {
"type": "string"
},
"nouns": {
"type": "string"
},
"domino": {
"type": "string"
},
"event": {
"type": "string"
},
"serviceTemplates": {
"type": "string"
},
"recent": {
"type": "string"
},
"connect": {
"type": "string"
},
"licensing": {
"type": "string"
},
"limits": {
"type": "string"
},
"process": {
"type": "string"
},
"dedupe": {
"type": "string"
},
"async-queries": {
"type": "string"
},
"query": {
"type": "string"
},
"jobs": {
"type": "string"
},
"match": {
"type": "string"
},
"localizedvalue": {
"type": "string"
},
"mobile": {
"type": "string"
},
"emailConnect": {
"type": "string"
},
"consent": {
"type": "string"
},
"tokenizer": {
"type": "string"
},
"compactLayouts": {
"type": "string"
},
"knowledgeManagement": {
"type": "string"
},
"sobjects": {
"type": "string"
},
"actions": {
"type": "string"
},
"support": {
"type": "string"
}
},
"required": [
"tooling",
"metadata",
"eclair",
"folders",
"prechatForms",
"contact-tracing",
"jsonxform",
"chatter",
"payments",
"tabs",
"appMenu",
"quickActions",
"queryAll",
"commerce",
"wave",
"iot",
"analytics",
"search",
"smartdatadiscovery",
"identity",
"composite",
"parameterizedSearch",
"fingerprint",
"theme",
"nouns",
"domino",
"event",
"serviceTemplates",
"recent",
"connect",
"licensing",
"limits",
"process",
"dedupe",
"async-queries",
"query",
"jobs",
"match",
"localizedvalue",
"mobile",
"emailConnect",
"consent",
"tokenizer",
"compactLayouts",
"knowledgeManagement",
"sobjects",
"actions",
"support"
],
"$schema": "https://json-structure.org/draft/2020-12/schema"
}