{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FieldsetFieldsField", "title": "FieldsetFieldsField", "anyOf": [ { "$ref": "#/components/schemas/InputField" }, { "$ref": "#/components/schemas/InfoField" } ], "description": "Somewhat confusingly named, a field that is a list of either input fields or info fields." }