{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PreferencePageMethodFilter", "title": "PreferencePageMethodFilter", "type": "object", "properties": { "field": { "type": "string", "enum": [ "method" ] }, "method": { "type": "string", "enum": [ "preference_page" ] } }, "required": [ "field", "method" ] }