- Clone the repository locally.
- Change directory to the root directory of the project and build the image using
docker build -t django-app .
command. - Run the Django app using
docker container run --name web-app --network=host django-app
command.
-
entity_type
key (invalues
array) always has a valid value. -
values
list does not contain duplicates. -
Each of the object/dict in the
values
array has thevalue
key in it. -
support_multiple
pick_first
false false Output is always (False, False, "", {}) false true ids_stated
in params must be a string instead of a list.true false ids_stated
must be a list of supported IDs passed in the values list. If all the values are invalid, params = {} (Concluded from the 1st POST API examples)true true ids_stated
in params must be a string instead of a list.pick_first
is given priority oversupport_multiple
. (Concluded from the 2nd POST API examples) -
name
,reuse
,validation_parser
andtype
are not required for the given problem statement.