Skip to main content

$schema: http://json-schema.org/draft-07/schema#

$ref: #/definitions/SageCell

definitions

SageCell

  • Type: object
  • Properties
    • code required

      • Type: string
    • language required

      • Type: string
    • fontSize required

      • Type: number
    • theme required

      • Type: string
    • kernel required

      • Type: string
    • privateMessage required

      • Type: array
        • Items
        • Type: object
        • Properties
          • userId required
            • Type: string
          • message required
            • Type: string
    • availableKernels required

      • Type: array
        • Items
        • Type: object
        • Properties
          • key required
            • Type: string
          • value
    • output required

      • Type: string
    • executeInfo required

      • Type: object
      • Properties
        • executeFunc required
          • Type: string
        • params

default values

{
"code": "",
"language": "python",
"fontSize": 14,
"theme": "xcode",
"kernel": "",
"output": "",
"privateMessage": [],
"availableKernels": [],
"executeInfo": {
"executeFunc": "",
"params": {}
}
}