{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DatabaseScript",
"title": "DatabaseScript",
"type": "object",
"description": "Represents a database script included in an export or import deployment.",
"properties": {
"fileName": {
"type": "string",
"description": "The file name of the database script.",
"example": "create_tables.sql"
},
"orderId": {
"type": "integer",
"description": "The execution order of the database script, starting at 1.",
"minimum": 1,
"example": 1
},
"url": {
"type": "string",
"format": "uri",
"description": "URL to download the database script file."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.