{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/SchemaFieldsQueryParam.json", "title": "SchemaFieldsQueryParam", "additionalProperties": true, "example": { "schemaField.Cell Count": ">= 10 AND <= 50", "schemaField.Experiment": "MyExperiment", "schemaField.Started On": "<= 2023-05-23T00:00:00Z" }, "type": "object" }