We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa3cc3 commit 2e02371Copy full SHA for 2e02371
docs/src/demos.js
@@ -5,6 +5,7 @@ const DEMOS = [
5
schema: {
6
type: 'array',
7
title: 'Shopping list',
8
+ description: 'Add items to your shopping list',
9
items: {
10
type: 'string'
11
},
@@ -19,6 +20,7 @@ const DEMOS = [
19
20
slug: 'object-dict',
21
22
type: 'object',
23
+ description: 'Fill in your personal details',
24
keys: {
25
first_name: {type: 'string'},
26
last_name: {type: 'string'},
0 commit comments