blob: 75f6bcc7e7ed6b12b09a0ffc4f4aefe4127ac345 [file] [log] [blame]
James Feiste5ccf3a2019-12-09 13:32:58 -08001description: >
2 Implement to indicate the availablity status of the object
3properties:
4 - name: Available
5 type: boolean
6 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -05007 True if the object can be accessed.
James Feiste5ccf3a2019-12-09 13:32:58 -08008 default: true