Skip to content

Type checking

Stian Håklev edited this page Jul 31, 2017 · 4 revisions

Config

  • User edits config in graph editor
    • live-verify if correct, using RJF and custom verification functions
  • Config is supplied by operator
    • verify using combination of RJF and custom verification. Check RJF using standard jsonschema checker?

Social structure

  • Only appropriate for activities which use social structure within a single instance (grouping attribute is not type-checked, handled by engine)
  • Track social structures through operators?

Activity

  • How does an activity specify it's input/output types?
    • dataTypes: is either a) an object with {input, output}, or a function called with config, returning (a).