".pre-commit-config.yaml" did not exist on "850144a0d3237ea1f0e0f64422358e8b49cc8810"
structured_schema_1.json 474 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "type": "object",
    "properties": {
      "name": { "type": "string" },
      "email": { "type": "string" },
      "street": { "type": "string" },
      "city": { "type": "string" },
      "state": { "type": "string" },
      "zip": { "type": "string" },
      "phone": { "type": "string" },
      "website": { "type": "string" },
      "company": { "type": "string" },
      "age": { "type": "integer" }
    },
    "required": [
      "name",
      "email"
    ]
}