Schemas/Databases
Introduce customizable data storage for your agent to utilize in its activity.
Schema Design
When creating a schema, it is important to have a decent understanding of database structures to effectively construct an intuitive and scalable database for your project.
Fields
You can create any amount of fields for your particular schema with different field types:
String
Number
Boolean
Object
Date
Schema Reference: choose another schema file in order to make references to other entries in other schemas.
Required
Whether this field is required for this schema
IsArray
Whether this field is an array of its type
Default Value
The value that will be used if for some reason that field is not specified in its individual use
Enable User Configuration
You can enable this is you would prefer that users own their entries of this schema and then control the limited quantity that a user can own.
Creating Entries
From the schema editor, you are able to create and search the current available entries loaded into your database. This allows you to conveniently make edits or deletions based on your project's needs.
Last updated