{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-lookoutvision-project.json",
  "title": "AWSLookoutVisionProjectProperties",
  "description": "The AWS::LookoutVision::Project type creates an Amazon Lookout for Vision project. A project is a grouping of the resources needed to create and manage a Lookout for Vision model.. Source:- <https://docs.aws.amazon.com/lookout-for-vision/latest/developer-guide/model-create-project.html>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-lookoutvision-project.json",
    "sourceSha256": "58191f169e0675f80373d9187e63b053a0e28e00447a5da01c1bddba2ae0cfbb"
  },
  "type": "object",
  "properties": {
    "ProjectName": {
      "$ref": "#/$defs/ProjectName"
    }
  },
  "typeName": "AWS::LookoutVision::Project",
  "primaryIdentifier": [
    "/properties/ProjectName"
  ],
  "sourceUrl": "https://docs.aws.amazon.com/lookout-for-vision/latest/developer-guide/model-create-project.html",
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/ProjectName"
  ],
  "$defs": {
    "Arn": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 1000
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSLookoutVisionProjectArnDefinition"
    },
    "ProjectName": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255,
          "pattern": "[a-zA-Z0-9][a-zA-Z0-9_\\-]*"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the Amazon Lookout for Vision project",
      "title": "AWSLookoutVisionProjectProjectNameDefinition"
    }
  },
  "required": [
    "ProjectName"
  ],
  "readOnlyProperties": [
    "/properties/Arn"
  ]
}
