{ "type": "object", "name": "ProfileSkill", "properties": { "apiName": { "type": "string" }, "keyPrefix": { "type": "string" }, "label": { "type": "string" }, "labelPlural": { "type": "string" }, "nameFields": { "type": "array", "description": "", "items": { "type": "string" } }, "objectInfoUrl": { "type": "string" } }, "required": [ "apiName", "keyPrefix", "label", "labelPlural", "nameFields", "objectInfoUrl" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }