{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-scheduler-schedulegroup.json",
  "title": "AWSSchedulerScheduleGroupProperties",
  "description": "Definition of AWS::Scheduler::ScheduleGroup Resource Type. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-scheduler-schedulegroup.json",
    "sourceSha256": "1665f4ea0618324b64ebf5e73b505edb909392603ffbd20abb5bea5faec8ba28"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 64,
          "minLength": 1,
          "pattern": "^[0-9a-zA-Z-_.]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Tags": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "maxItems": 200,
      "minItems": 0,
      "description": "The list of tags to associate with the schedule group.",
      "insertionOrder": false
    }
  },
  "typeName": "AWS::Scheduler::ScheduleGroup",
  "$defs": {
    "ScheduleGroupState": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ACTIVE",
            "DELETING"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Specifies the state of the schedule group.",
      "title": "AWSSchedulerScheduleGroupScheduleGroupStateDefinition"
    },
    "Tag": {
      "type": "object",
      "description": "Tag to associate with the resource.",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Key for the tag"
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Value for the tag"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSSchedulerScheduleGroupTagDefinition",
      "additionalProperties": false
    }
  },
  "additionalProperties": false,
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": true,
    "tagProperty": "/properties/Tags"
  },
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/CreationDate",
    "/properties/LastModificationDate",
    "/properties/State"
  ],
  "createOnlyProperties": [
    "/properties/Name"
  ],
  "primaryIdentifier": [
    "/properties/Name"
  ]
}
