diff --git a/schemas/interagent-hyper-schema.json b/schemas/interagent-hyper-schema.json index b2b2d20..555dc06 100644 --- a/schemas/interagent-hyper-schema.json +++ b/schemas/interagent-hyper-schema.json @@ -66,7 +66,7 @@ }, "properties": { "patternProperties": { - "^[a-z][a-zA-Z_]*[a-zA-Z]$": { + "^[a-z0-9][a-zA-Z0-9_]*[a-zA-Z0-9]$": { "$ref": "#/definitions/resourceProperty" } },