diff --git a/fast/stages/2-project-factory/schemas/project.schema.md b/fast/stages/2-project-factory/schemas/project.schema.md index 0be198251..bffc4bb97 100644 --- a/fast/stages/2-project-factory/schemas/project.schema.md +++ b/fast/stages/2-project-factory/schemas/project.schema.md @@ -173,7 +173,7 @@ - **member**: *string*
*pattern: ^(?:domain:|group:|serviceAccount:|user:|principal:|principalSet:|[a-z])* - **role**: *string* -
*pattern: ^[a-zA-Z0-9_/]+$* +
*pattern: ^[a-zA-Z0-9_/.]+$* - **condition**: *object*
*additional properties: false* - ⁺**expression**: *string* diff --git a/modules/project-factory/schemas/project.schema.json b/modules/project-factory/schemas/project.schema.json index e2c765ed0..11b4eb05e 100644 --- a/modules/project-factory/schemas/project.schema.json +++ b/modules/project-factory/schemas/project.schema.json @@ -249,7 +249,7 @@ } } } - }, + }, "parent": { "type": "string" }, @@ -616,7 +616,7 @@ }, "role": { "type": "string", - "pattern": "^[a-zA-Z0-9_/]+$" + "pattern": "^[a-zA-Z0-9_/.]+$" }, "condition": { "type": "object",