When submitting a new dictionary, only `x.xx` versions are allowed., We have run into issues with this in the ARGO implementation - three levels of version would help with dictionary version management, i.e `x.x.x`  For example: ``` curl --location --request POST 'https://lectern.qa.argo.cancercollaboratory.org/dictionaries' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <Ego JET here> --data-raw ' { "name": "ICGC-ARGO Data Dictionary-TeST VERSIONS", "version": "1.10.1", "references": {-dict info-}, "schemas": [-dict info-] } ` ```