animationSprite
    Extension description:
  • Definition: animationSprite (a visual representation (of an object or scene or person or abstraction) produced on a surface)

  • JSON Representation:
  • "animationSprite": {
    	"url": "http://example.com/assets/images/myAnimationSprite.png",
    	"size": {
    		"width": 400,
    		"height": 40
    	},
    	"frames": {
    		"count": 5,
    		"width": 80,
    		"height": 40
    	}
    }
    		
  • Legend:
    • Different colors in the JSON Representation give special meaning to that part of the json.

      Optional: May be added for clarity. Bao xApi ignores it if present.

      Removed: Bao xApi has no use for it but TinCan Api requests/requires it. Bao xApi ignores it if present.

      Comment: Comment for clarification of the property. This should not be present in the json representation

    ;