UNPKG

@itentialopensource/mongo-crud-operations

Version:

Perform CRUD operations on MongoDB

68 lines (66 loc) 1.61 kB
{ "id": "600f182f5a09e2458596a7b0", "created": "2020-03-16T14:25:57.227Z", "createdBy": "mani.chekuri", "lastUpdated": "2021-01-25T19:12:47.716Z", "lastUpdatedBy": "mani.chekuri", "name": "Mongo_CRUD_Document_Form", "description": "", "struct": { "nodeId": "0576762b-7171-4026-8247-0ded0c1de434", "type": "array", "items": [ { "nodeId": "52a9e6a4-0130-4850-88c1-cae89dfb1172", "type": "string", "title": "First Name", "description": "First Name", "placeholder": "", "required": false }, { "nodeId": "a8c2277c-000b-424b-b6db-e356cc06eefc", "type": "string", "title": "Last Name", "description": "Last Name", "placeholder": "", "required": false }, { "nodeId": "8de09de5-7815-4048-aa6f-d2ae0f22d4e3", "type": "string", "title": "Email", "description": "Email", "placeholder": "", "required": false } ] }, "schema": { "title": "Mongo_CRUD_Document_Form", "description": "", "type": "object", "required": [], "properties": { "firstName": { "type": "string", "title": "First Name", "description": "First Name" }, "lastName": { "type": "string", "title": "Last Name", "description": "Last Name" }, "email": { "type": "string", "title": "Email", "description": "Email" } } }, "uiSchema": {}, "bindingSchema": {}, "validationSchema": {}, "version": "2020.1" }