This folder contains data from w3c specifications.

1. roleSchema.json
  This file is composed of non-abstract role and abstract roles.
  Each abstract role has only global props/states as its supported props.

  The reference of roles and it's props/states https://www.w3.org/TR/wai-aria-1.1/#role_definitions

2. ariaSchema.json
  This file is composed of aria-* attributes as well as their types or limited values if any.
  Each aria-* attribute has a required type.
  Some attributes has a group of supported values, they MUST only use one of these values.

  The reference of aria-* states and properties https://www.w3.org/TR/wai-aria-1.1/#state_prop_def
