Bug Description
If I pull and run the oasf-server:v0.3.1 docker, the validator there is different from the one living at https://schema.oasf.outshift.com/0.3.1/api/validate/object/agent?missing_recommended=false
For example, the docker doesn't recognize signatures and wants locator type "py-package" rather than "python-package". I suspect it just needs to be updated with latest v0.3.1.
Expected Behavior
Docker validator should match https://schema.oasf.outshift.com/0.3.1/api/validate/object/agent?missing_recommended=false
Affected Version
v1.0.0
Steps to Reproduce
Download the docker and compare the two against a record with a signature attached.
Checklist