:tocdepth: 3 :py:mod:`gws.spec.reader` ========================= .. py:module:: gws.spec.reader .. autoapi-nested-parse:: Read and validate values according to spec types. **Source code:** :source:`gws.spec.reader` Module Contents --------------- .. py:class:: Reader(runtime, path, options) .. py:attribute:: accept_extra_props .. py:attribute:: allow_skip_required .. py:attribute:: atom .. py:attribute:: case_insensitive .. py:attribute:: convert_values .. py:attribute:: ignore_extra_props .. py:attribute:: path .. py:attribute:: pop .. py:attribute:: push .. py:attribute:: runtime .. py:attribute:: stack :value: None .. py:attribute:: verbose_errors .. py:method:: add_error_details(exc: Exception) .. py:method:: read(value, type_uid) .. py:method:: read2(value, type_uid)