{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DiscreteJobCreate", "type": "object", "properties": { "wipEntityName": { "type": "string" }, "primaryItemId": { "type": "integer" }, "organizationId": { "type": "integer" }, "statusType": { "type": "integer" }, "jobType": { "type": "integer" }, "startQuantity": { "type": "number" }, "scheduledStartDate": { "type": "string" }, "scheduledCompletionDate": { "type": "string" }, "classCode": { "type": "string" }, "bomRevision": { "type": "string" }, "routingRevision": { "type": "string" }, "description": { "type": "string" }, "firmPlannedFlag": { "type": "integer" } } }