UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

33 lines (32 loc) 570 B
{ "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "syntax": { "type": "string" }, "groups": { "type": "array", "minitems": 1, "uniqueItems": true, "items": { "$ref": "definitions.json#/groupList" } }, "status": { "enum": [ "standard", "nonstandard", "experimental" ] } }, "required": [ "syntax", "groups", "status" ] } }