Repository URL to install this package:
|
Version:
2.0.0-betamgk ▾
|
aglio
/
example-schema.json
|
|---|
{
"type": "array",
"maxItems": 50,
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"image": {
"type": "string"
},
"joined": {
"type": "string",
"pattern": "\d{4}-\d{2}-\d{2}"
}
}
}
}