What's Changed
**Full Changelog**: https://github.com/linkernetworks/visionai-data-format/compare/v1.0.0...v1.0.1
- add `confidence_score` field for dynamic context objects
- remove unused replacement of attribute's name, since we let the user build the project ontology with our ontology. ( `option` in dataverse equals with `vec` attribute. we don't need to replace it anymore since we have our own ontology)
- allow all basemodel to exclude none value automatically when calling `.dict()` or `.json()` function
Pull Request Merged
* fix(python): fix wrong and missing visionai and ontology definition by christianmasa in https://github.com/linkernetworks/visionai-data-format/pull/27