{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorObjectSource", "type": "object", "description": "For errors and warnings found in screens, contains the paramID the error/warning belongs to", "properties": { "parameter": { "type": "string" } } }