{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-robomaker-fleet.json",
  "title": "AWSRoboMakerFleetProperties",
  "description": "AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-robomaker.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-robomaker-fleet.json",
    "sourceSha256": "43474cd566631afabad9f81e144ad4766e07c7cef5caacae9971038d6ea83927"
  },
  "type": "object",
  "properties": {
    "Tags": {
      "$ref": "#/$defs/Tags"
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255,
          "pattern": "[a-zA-Z0-9_\\-]{1,255}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the fleet."
    }
  },
  "typeName": "AWS::RoboMaker::Fleet",
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-robomaker.git",
  "$defs": {
    "Arn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]*:[\\w+=,.@-]+(/[\\w+=,.@-]+)*"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSRoboMakerFleetArnDefinition"
    },
    "Tags": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "title": "AWSRoboMakerFleetTagsDefinition",
      "additionalProperties": false,
      "patternProperties": {
        "^[a-zA-Z0-9-]{1,128}$": {
          "type": "string",
          "description": "The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.",
          "minLength": 1,
          "maxLength": 256
        }
      }
    }
  },
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/Name"
  ],
  "required": [],
  "readOnlyProperties": [
    "/properties/Arn"
  ]
}
