{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AppConfigItemCreate.json", "title": "AppConfigItemCreate", "discriminator": { "mapping": { "aa_sequence": "#/components/schemas/AppConfigItemGenericCreate", "boolean": "#/components/schemas/AppConfigItemBooleanCreate", "box": "#/components/schemas/AppConfigItemGenericCreate", "box_schema": "#/components/schemas/AppConfigItemGenericCreate", "container": "#/components/schemas/AppConfigItemGenericCreate", "container_schema": "#/components/schemas/AppConfigItemGenericCreate", "custom_entity": "#/components/schemas/AppConfigItemGenericCreate", "date": "#/components/schemas/AppConfigItemDateCreate", "datetime": "#/components/schemas/AppConfigItemDatetimeCreate", "dna_oligo": "#/components/schemas/AppConfigItemGenericCreate", "dna_sequence": "#/components/schemas/AppConfigItemGenericCreate", "dropdown": "#/components/schemas/AppConfigItemGenericCreate", "dropdown_option": "#/components/schemas/AppConfigItemGenericCreate", "entity_schema": "#/components/schemas/AppConfigItemGenericCreate", "entry": "#/components/schemas/AppConfigItemGenericCreate", "entry_schema": "#/components/schemas/AppConfigItemGenericCreate", "field": "#/components/schemas/AppConfigItemGenericCreate", "float": "#/components/schemas/AppConfigItemFloatCreate", "folder": "#/components/schemas/AppConfigItemGenericCreate", "integer": "#/components/schemas/AppConfigItemIntegerCreate", "json": "#/components/schemas/AppConfigItemJsonCreate", "legacy_request_schema": "#/components/schemas/AppConfigItemGenericCreate", "location": "#/components/schemas/AppConfigItemGenericCreate", "location_schema": "#/components/schemas/AppConfigItemGenericCreate", "mixture": "#/components/schemas/AppConfigItemGenericCreate", "molecule": "#/components/schemas/AppConfigItemGenericCreate", "plate": "#/components/schemas/AppConfigItemGenericCreate", "plate_schema": "#/components/schemas/AppConfigItemGenericCreate", "project": "#/components/schemas/AppConfigItemGenericCreate", "registry": "#/components/schemas/AppConfigItemGenericCreate", "result_schema": "#/components/schemas/AppConfigItemGenericCreate", "rna_oligo": "#/components/schemas/AppConfigItemGenericCreate", "rna_sequence": "#/components/schemas/AppConfigItemGenericCreate", "run_schema": "#/components/schemas/AppConfigItemGenericCreate", "secure_text": "#/components/schemas/AppConfigItemGenericCreate", "text": "#/components/schemas/AppConfigItemGenericCreate", "workflow_task_schema": "#/components/schemas/AppConfigItemGenericCreate", "workflow_task_status": "#/components/schemas/AppConfigItemGenericCreate", "worklist": "#/components/schemas/AppConfigItemGenericCreate" }, "propertyName": "type" }, "oneOf": [ { "$ref": "#/components/schemas/AppConfigItemGenericCreate" }, { "$ref": "#/components/schemas/AppConfigItemBooleanCreate" }, { "$ref": "#/components/schemas/AppConfigItemIntegerCreate" }, { "$ref": "#/components/schemas/AppConfigItemFloatCreate" }, { "$ref": "#/components/schemas/AppConfigItemDateCreate" }, { "$ref": "#/components/schemas/AppConfigItemDatetimeCreate" }, { "$ref": "#/components/schemas/AppConfigItemJsonCreate" } ], "type": "object" }