-
Notifications
You must be signed in to change notification settings - Fork 47
Sprint Notes PyCon 2017
Fred Drake edited this page May 23, 2017
·
3 revisions
Notes for freddrake and I during sprints for PyCon 2017
- need to know if we're
!include something.jsonbecause:- validating based on JSON Schema / XSD or other outside schema definitions requires knowing what kind of data is being worked on
- maybe need to parse external json/xml/raml/yaml included objects right after loading
- per file-type validation
- assert additional
propertiesetc are not defined
-
including additional RAML / YAML should probably just graft the node into place
-
including non-RAML / non-YAML should present something about type of inclusion, since structural interpretation can be significantly different
We should define a NoValue / Undefined singleton that can be used for object attributes where None is considered an explicit value (likely specified as an explicit map key with no value in the YAML syntax).