Snowflake · JSON Structure

Common Success Accepted Response Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

SuccessAcceptedResponse is a JSON Structure definition published by Snowflake, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code message resultHandler

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SuccessAcceptedResponse",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "resultHandler": {
      "type": "string"
    }
  }
}