Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
aglio / example-schema.json
Size: Mime:
{
    "type": "array",
    "maxItems": 50,
    "items": {
        "type": "object",
        "properties": {
            "name": {
                "type": "string"
            },
            "image": {
                "type": "string"
            },
            "joined": {
                "type": "string",
                "pattern": "\d{4}-\d{2}-\d{2}"
            }
        }
    }
}