1description: >
2    Implement to indicate the availablity status of the object
3properties:
4    - name: Available
5      type: boolean
6      description: >
7          True if the object can be accessed.
8      default: true
9