{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FieldInfoRequest", "type": "object", "properties": { "fieldId": { "type": "array", "description": "List of field mnemonics or IDs to look up" }, "returnFieldDocumentation": { "type": "boolean" } } }