{
"schema": "<string>",
"contentType": "<string>"
}Retrieves database schema in SDL (Schema Definition Language) format. Permissions required: bb.databases.getSchema
{
"schema": "<string>",
"contentType": "<string>"
}The format of the SDL schema output.
SDL_FORMAT_UNSPECIFIED, SINGLE_FILE, MULTI_FILE OK
DatabaseSDLSchema contains the schema in SDL format.
The SDL schema content.
The MIME type of the schema content. Indicates how the client should interpret the schema field. Examples:
Was this page helpful?