Creating a Resource (Schema)

A Resource Definition (Schema) is the building block for creating services with Clarabase. Here you will define the name and description of your resource and define the properties and types that describe the schema for your resource.

It is important to note the following:

  • The name of a resource definition must be unique for your account

  • Clarabase will automatically convert your name into a url friendly format

  • You may create an unlimited number of resources

  • Each time you update your resource, the version will be incremented. This can be used in API requests to better manage changes to your API

Once you have defined a resource, you may immediately start making API requests with zero deploy! You can update the schema for your resource at anytime with zero downtime!

Last updated