Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacob-c-smith/ui-schema
- Owner: Jacob-C-Smith
- License: mit
- Created: 2023-07-03T06:43:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T14:06:41.000Z (5 months ago)
- Last Synced: 2024-06-10T16:12:54.911Z (5 months ago)
- Topics: json, json-schema
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |