Sign in
chromium
/
chromium
/
src
/
5e991c1ebeaf47627aef887c8efa9171ec35eca6
/
.
/
components
/
test
/
data
/
json_schema
/
reference_types.json
blob: 8f77334a812701b4fb7c8619b42befd3b2ebcd93 [
file
]
[
{
"id"
:
"MinLengthString"
,
"type"
:
"string"
,
"minLength"
:
2
},
{
"id"
:
"Max10Int"
,
"type"
:
"integer"
,
"maximum"
:
10
}
]