{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": true,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "describeSubnets",
      "enum": [
        "describeSubnets",
        "createSubnet",
        "createDefaultSubnet",
        "modifySubnetAttribute",
        "associateSubnetCidrBlock",
        "disassociateSubnetCidrBlock",
        "deleteSubnet"
      ],
      "external_name": "ph_request_type"
    },
    "subnetId": {
      "description": "The ID of the subnet.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "SubnetId"
    },
    "assignIpv6AddressOnCreationValue": {
      "description": "Describes a value for a resource attribute that is a Boolean value.\nThe attribute value. The valid values are  true  or  false .",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "AssignIpv6AddressOnCreation.Value"
    },
    "mapPublicIpOnLaunchValue": {
      "description": "Describes a value for a resource attribute that is a Boolean value.\nThe attribute value. The valid values are  true  or  false .",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "MapPublicIpOnLaunch.Value"
    },
    "action": {
      "description": "",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "Action"
    },
    "version": {
      "description": "",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "Version"
    },
    "associationId": {
      "description": "The association ID for the CIDR block.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "AssociationId"
    },
    "dryRun": {
      "description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "DryRun"
    },
    "nextToken": {
      "description": "The token for the next page of results.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "NextToken"
    },
    "maxResults": {
      "description": "The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned  nextToken  value.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "MaxResults"
    },
    "availabilityZone": {
      "description": "The Availability Zone for the subnet.   Default: AWS selects one for you. If you create more than one subnet in your VPC, we may not necessarily select a different zone ...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "AvailabilityZone"
    },
    "availabilityZoneId": {
      "description": "The AZ ID of the subnet.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "AvailabilityZoneId"
    },
    "cidrBlock": {
      "description": "The IPv4 network range for the subnet, in CIDR notation. For example,  10.0.0.024 .",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "CidrBlock"
    },
    "ipv6CidrBlock": {
      "description": "The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a 64 prefix length.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "Ipv6CidrBlock"
    },
    "vpcId": {
      "description": "The ID of the VPC.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "VpcId"
    },
    "filter": {
      "description": "One or more filters.         availability-zone  - The Availability Zone for the subnet. You can also use  availabilityZone  as the filter name.         availability-zone...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "Filter"
    },
    "bodyFormData": {
      "description": "",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "body"
    }
  },
  "definitions": {}
}