{ "type": "object", "properties": { "apiName": { "type": "string", "example": "example_value" }, "keyPrefix": { "type": "string", "example": "example_value" }, "label": { "type": "string", "example": "Example Title" }, "labelPlural": { "type": "string", "example": "example_value" }, "nameFields": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "objectInfoUrl": { "type": "string", "example": "https://www.example.com" } }, "required": [ "apiName", "keyPrefix", "label", "labelPlural", "nameFields", "objectInfoUrl" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Product2History" }