As per requirement from user: Biovia specification support.
It's required to adjust application to support new Indigo contract that allows switch between two or more available BIOVIA Specifications;
It's similar to other options that application is communicating with Indigo
Option name is: valence-mode
Values are: "biovia-2009", "biovia-2017" or "default"
If options valence-mode isn't provided by default configuration biovia-2009 is going to be applied.
Here is a generated example usage:
...
"options": {"valence-mode": "biovia-2017"} \\ here is an options how Indigo is going to accept.
...
If for some reason wrong data will be passed to the valence-mode option
An error should be raised 400 - Bad Request with message that informs what kind of specification mode is accepted.
As per requirement from user: Biovia specification support.
It's required to adjust application to support new Indigo contract that allows switch between two or more available BIOVIA Specifications;
It's similar to other options that application is communicating with Indigo
Option name is:
valence-modeValues are:
"biovia-2009", "biovia-2017" or "default"If options
valence-modeisn't provided by default configuration biovia-2009 is going to be applied.Here is a generated example usage:
If for some reason wrong data will be passed to the
valence-modeoptionAn error should be raised
400 - Bad Requestwith message that informs what kind of specification mode is accepted.