Stacker · Schema

Stacker Record

A record within a Stacker object (table). Field names and types vary per object definition.

Application DevelopmentLow-CodeNo-CodePortalsWorkflow Automation

Properties

Name Type Description
sid string Unique system identifier for the record
View JSON Schema on GitHub

JSON Schema

stacker-record-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.go.stackerhq.com/schemas/record",
  "title": "Stacker Record",
  "description": "A record within a Stacker object (table). Field names and types vary per object definition.",
  "type": "object",
  "properties": {
    "sid": {
      "type": "string",
      "description": "Unique system identifier for the record"
    }
  },
  "additionalProperties": true
}