Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacob-c-smith/ui-schema

Schemas for UI
https://github.com/jacob-c-smith/ui-schema

json json-schema

Last synced: about 17 hours ago
JSON representation

Schemas for UI

Awesome Lists containing this project

README

        

# UI Schema
Defines schemas for UI JSON objects. Includes many example files

| Object type | Done? | Schema URI |
| --------------- | :-----: | ----------------------------------------------------------------------------------------- |
| Instance | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/instance-schema.json |
| Window | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/window-schema.json |
| Label | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/label-schema.json |
| Button | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/button-schema.json |
| Element | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/element-schema.json |
| Checkbox | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/checkbox-schema.json |
| Dropdown | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/dropdown-schema.json |
| Radio button | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/radio-button-schema.json |
| Text Input | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/text-input.json |
| Slider | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/slider-schema.json |
| Image | ✗ | https://raw.githubusercontent.com/Jacob-C-Smith/UI-Schema/main/image-schema.json |