UNPKG

@datalayer/primer-rjsf

Version:

React JSON Schema Form (RJSF) for Primer

15 lines (14 loc) 366 B
export default { schema: { title: "Examples", description: "A text field with example values.", type: "object", properties: { browser: { type: "string", title: "Browser", examples: ["Firefox", "Chrome", "Opera", "Vivaldi", "Safari"], }, }, }, };