Amazon Cognito · JSON Structure

Cognito Idp Number Attribute Constraints Type Structure

The minimum and maximum values of an attribute that is of the number data type.

Type: object Properties: 2
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

NumberAttributeConstraintsType is a JSON Structure definition published by Amazon Cognito, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MinValue MaxValue

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "MinValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringType"
        },
        {
          "description": "The minimum value of an attribute that is of the number data type."
        }
      ]
    },
    "MaxValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringType"
        },
        {
          "description": "The maximum value of an attribute that is of the number data type."
        }
      ]
    }
  },
  "description": "The minimum and maximum values of an attribute that is of the number data type.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-number-attribute-constraints-type-structure.json",
  "name": "NumberAttributeConstraintsType"
}