{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iotwireless-multicastgroup.json",
  "title": "AWSIoTWirelessMulticastGroupProperties",
  "description": "Create and manage Multicast groups.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iotwireless-multicastgroup.json",
    "sourceSha256": "0e5cd9c791f8f973f87a6623e0bab981e8412c150c8e40e76c4e689b5540a335"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Name of Multicast group"
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 2048
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Multicast group description"
    },
    "LoRaWAN": {
      "description": "Multicast group LoRaWAN",
      "$ref": "#/$defs/LoRaWAN"
    },
    "Tags": {
      "description": "A list of key-value pairs that contain metadata for the Multicast group.",
      "type": "array",
      "uniqueItems": true,
      "maxItems": 200,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    },
    "AssociateWirelessDevice": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Wireless device to associate. Only for update request."
    },
    "DisassociateWirelessDevice": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Wireless device to disassociate. Only for update request."
    }
  },
  "typeName": "AWS::IoTWireless::MulticastGroup",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "taggable": true,
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/Id",
    "/properties/Status",
    "/properties/LoRaWAN/NumberOfDevicesRequested",
    "/properties/LoRaWAN/NumberOfDevicesInGroup"
  ],
  "$defs": {
    "Tag": {
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSIoTWirelessMulticastGroupTagDefinition",
      "additionalProperties": false
    },
    "LoRaWAN": {
      "type": "object",
      "properties": {
        "RfRegion": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 64
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Multicast group LoRaWAN RF region"
        },
        "DlClass": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 64
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Multicast group LoRaWAN DL Class"
        },
        "NumberOfDevicesRequested": {
          "description": "Multicast group number of devices requested. Returned after successful read.",
          "type": "integer"
        },
        "NumberOfDevicesInGroup": {
          "description": "Multicast group number of devices in group. Returned after successful read.",
          "type": "integer"
        }
      },
      "title": "AWSIoTWirelessMulticastGroupLoRaWANDefinition",
      "required": [
        "RfRegion",
        "DlClass"
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "LoRaWAN"
  ]
}
