{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-managedblockchain-node.json",
  "title": "AWSManagedBlockchainNodeProperties",
  "description": "Resource Type definition for AWS::ManagedBlockchain::Node. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-managedblockchain-node.json",
    "sourceSha256": "a026acda4a98636b561e77c372d857562132125c8f179c98e513a1f7364ef65e"
  },
  "type": "object",
  "properties": {
    "MemberId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "NetworkId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "NodeConfiguration": {
      "$ref": "#/$defs/NodeConfiguration"
    }
  },
  "typeName": "AWS::ManagedBlockchain::Node",
  "readOnlyProperties": [
    "/properties/NodeId",
    "/properties/Arn"
  ],
  "$defs": {
    "NodeConfiguration": {
      "type": "object",
      "title": "AWSManagedBlockchainNodeNodeConfigurationDefinition",
      "properties": {
        "InstanceType": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AvailabilityZone": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "AvailabilityZone",
        "InstanceType"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/NodeId"
  ],
  "additionalProperties": false,
  "required": [
    "NetworkId",
    "NodeConfiguration"
  ]
}
