{
  "$id": "CloudCreateCognitoGroupsSchematics",
  "title": "Create Cloud Cognito Groups Schema",
  "type": "object",
  "description": "Creates Cognito Groups.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the application",
      "default": "janush-app"
    }
  }
}
