[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class SchemaMode (0.1.0)\n\n SchemaMode(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nSchemaMode represents the mode of a schema registry or a specific\nsubject. Four modes are supported:\n\n- NONE: deprecated. This was the default mode for a subject, but now the default is unset (which means use the global schema registry setting)\n- READONLY: The schema registry is in read-only mode.\n- READWRITE: The schema registry is in read-write mode, which allows limited write operations on the schema.\n- IMPORT: The schema registry is in import mode, which allows more editing operations on the schema for data importing purposes.\n\nClasses\n-------\n\n### ModeType\n\n ModeType(value)\n\nMode type of the schemas or subjects."]]