{
    "schema": "https://json-schema.org/draft/2019-09/schema",
    "$id": "https://raw.githubusercontent.com/merokudao/dapp-store-registry/main/src/schemas/merokuDappStore.developersSchema.json",
    "title": "Developers Schema",
    "description": "A developers schema",
    "type": "object",
    "properties": {
        "developers": {
            "type": "array",
            "description": "List of developers",
            "items": {
                "$ref": "merokuDappStore.developerSchema.json"
            }
        }
    },
    "required": ["developers"],
    "additionalProperties": false
}
