Edit ROBOT_SCHEMA, MAP_SCHEMA and PERSISTENT_MAP_SCHEMA to allow non-required values to be None.
Closes: #70
This is just a suggestion. We can be more or less restrictive. For example, we could allow None only for undocumented fields and for those that we know can be None.
Edit
ROBOT_SCHEMA
,MAP_SCHEMA
andPERSISTENT_MAP_SCHEMA
to allow non-required values to be None.Closes: #70
This is just a suggestion. We can be more or less restrictive. For example, we could allow None only for undocumented fields and for those that we know can be None.