{ "type": "object", "properties": { "apiName": { "type": "string", "example": "example_value" }, "nameFields": { "type": "array", "description": "", "example": [], "items": { "type": "string" } } }, "required": [ "apiName", "nameFields" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReferenceToInfo" }