Application schema

Each application in Dabble has a schema that defines the structure of the application (the Categories and Fields) for external reference.

The schema can be used with the JavaScript API; it is created and maintained automatically for each application. To find an application’s schema, click the Sharing link and then the Schema tab.

The schema looks similar to this:

http://yourdatabase.dabbledb.com/schema/application_name/123456789

To load the schema on a web page using Javascript, you would use code like this:

<script src="http://yourdatabase.dabbledb.com/schema/application_name/123456789" type="text/javascript"></script>

Regenerating the schema key

Each schema has a numeric key. For security reasons, you can regenerate the key at any time. (This will break any existing links to the schema.)