Query Parameters
The format of the SDL schema output.
Available options:
SDL_FORMAT_UNSPECIFIED
, SINGLE_FILE
, MULTI_FILE
Response
OK
DatabaseSDLSchema contains the schema in SDL format.
The SDL schema content.
- For SINGLE_FILE format: contains the complete SDL schema as a text string.
- For MULTI_FILE format: contains the ZIP archive as binary data.
The MIME type of the schema content. Indicates how the client should interpret the schema field. Examples:
- "text/plain; charset=utf-8" for SINGLE_FILE format
- "application/zip" for MULTI_FILE format