multiDimensional.json 522 B

123456789101112131415161718192021
  1. {
  2. "$schema": "http://json-schema.org/draft-04/schema#",
  3. "type": "object",
  4. "properties": {
  5. "k": {
  6. "description": "Property Value",
  7. "extended_name": "Value",
  8. "type": "array"
  9. },
  10. "x": {
  11. "description": "Property Expression. An AE expression that modifies the value.",
  12. "extended_name": "Expression",
  13. "type": "string"
  14. },
  15. "ix": {
  16. "description": "Property Index. Used for expressions.",
  17. "extended_name": "Property Index",
  18. "type": "string"
  19. }
  20. }
  21. }