{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-stepfunctions-statemachineversion.json",
  "title": "AWSStepFunctionsStateMachineVersionProperties",
  "description": "Resource schema for StateMachineVersion. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-stepfunctions.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-stepfunctions-statemachineversion.json",
    "sourceSha256": "9d57054ac2124c1131ac0ee3ae74ade0313ce8041e4ef3e8e63bdccb2305419d"
  },
  "type": "object",
  "properties": {
    "StateMachineArn": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 2048
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "StateMachineRevisionId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 2048
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 2048
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::StepFunctions::StateMachineVersion",
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-stepfunctions.git",
  "additionalProperties": false,
  "writeOnlyProperties": [
    "/properties/StateMachineArn"
  ],
  "required": [
    "StateMachineArn"
  ],
  "tagging": {
    "taggable": false
  },
  "$defs": {},
  "readOnlyProperties": [
    "/properties/Arn"
  ],
  "createOnlyProperties": [
    "/properties/StateMachineArn",
    "/properties/StateMachineRevisionId"
  ]
}
