Skip to content

Instantly share code, notes, and snippets.

@logicbomb
Created March 1, 2012 16:58
Show Gist options
  • Select an option

  • Save logicbomb/1951397 to your computer and use it in GitHub Desktop.

Select an option

Save logicbomb/1951397 to your computer and use it in GitHub Desktop.
ReadModels
[{
AgentSystemName,
PartType,
Name,
Properties [{
Name,
PropertyType,
Choices [],
MultiChoice,
DefaultValue
}]
}]
@logicbomb
Copy link
Author

  • Choices is an array of string
  • MultiChoice is a boolean indicating whether multiple values from the Choices array is valid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment