{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FillMaskRequest", "type": "object", "properties": { "inputs": { "type": "string", "description": "Text with [MASK] token to fill" } } }