Amazon Cognito · JSON-LD Context
Amazon Cognito Cognito Context
JSON-LD context defining the semantic vocabulary for Amazon Cognito Cognito from Amazon Cognito.
1 Classes
35 Properties
4 Namespaces
Namespaces
aws:
https://aws.amazon.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Amazon Cognito User Pool
Properties
| Property | Type | Container |
|---|---|---|
| Id | string | |
| Name | string | |
| Status | string | |
| Arn | string | |
| CreationDate | dateTime | |
| LastModifiedDate | dateTime | |
| EstimatedNumberOfUsers | integer | |
| MfaConfiguration | string | |
| Policies | reference | |
| PasswordPolicy | reference | |
| MinimumLength | integer | |
| RequireUppercase | boolean | |
| RequireLowercase | boolean | |
| RequireNumbers | boolean | |
| RequireSymbols | boolean | |
| TemporaryPasswordValidityDays | integer | |
| AutoVerifiedAttributes | string | set |
| UsernameAttributes | string | set |
| SchemaAttributes | reference | set |
| EmailConfiguration | reference | |
| SourceArn | string | |
| ReplyToEmailAddress | string | |
| EmailSendingAccount | string | |
| SmsConfiguration | reference | |
| SnsCallerArn | string | |
| ExternalId | string | |
| SnsRegion | string | |
| UserPoolTags | reference | |
| AdminCreateUserConfig | reference | |
| AllowAdminCreateUserOnly | boolean | |
| UnusedAccountValidityDays | integer | |
| InviteMessageTemplate | reference | |
| SMSMessage | string | |
| EmailMessage | string | |
| EmailSubject | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aws": "https://aws.amazon.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Amazon Cognito User Pool": "aws:Amazon Cognito User Pool",
"Id": {
"@id": "aws:Id",
"@type": "xsd:string"
},
"Name": {
"@id": "aws:Name",
"@type": "xsd:string"
},
"Status": {
"@id": "aws:Status",
"@type": "xsd:string"
},
"Arn": {
"@id": "aws:Arn",
"@type": "xsd:string"
},
"CreationDate": {
"@id": "aws:CreationDate",
"@type": "xsd:dateTime"
},
"LastModifiedDate": {
"@id": "aws:LastModifiedDate",
"@type": "xsd:dateTime"
},
"EstimatedNumberOfUsers": {
"@id": "aws:EstimatedNumberOfUsers",
"@type": "xsd:integer"
},
"MfaConfiguration": {
"@id": "aws:MfaConfiguration",
"@type": "xsd:string"
},
"Policies": {
"@id": "aws:Policies",
"@type": "@id"
},
"PasswordPolicy": {
"@id": "aws:PasswordPolicy",
"@type": "@id"
},
"MinimumLength": {
"@id": "aws:MinimumLength",
"@type": "xsd:integer"
},
"RequireUppercase": {
"@id": "aws:RequireUppercase",
"@type": "xsd:boolean"
},
"RequireLowercase": {
"@id": "aws:RequireLowercase",
"@type": "xsd:boolean"
},
"RequireNumbers": {
"@id": "aws:RequireNumbers",
"@type": "xsd:boolean"
},
"RequireSymbols": {
"@id": "aws:RequireSymbols",
"@type": "xsd:boolean"
},
"TemporaryPasswordValidityDays": {
"@id": "aws:TemporaryPasswordValidityDays",
"@type": "xsd:integer"
},
"AutoVerifiedAttributes": {
"@id": "aws:AutoVerifiedAttributes",
"@type": "xsd:string",
"@container": "@set"
},
"UsernameAttributes": {
"@id": "aws:UsernameAttributes",
"@type": "xsd:string",
"@container": "@set"
},
"SchemaAttributes": {
"@id": "aws:SchemaAttributes",
"@type": "@id",
"@container": "@set"
},
"EmailConfiguration": {
"@id": "aws:EmailConfiguration",
"@type": "@id"
},
"SourceArn": {
"@id": "aws:SourceArn",
"@type": "xsd:string"
},
"ReplyToEmailAddress": {
"@id": "aws:ReplyToEmailAddress",
"@type": "xsd:string"
},
"EmailSendingAccount": {
"@id": "aws:EmailSendingAccount",
"@type": "xsd:string"
},
"SmsConfiguration": {
"@id": "aws:SmsConfiguration",
"@type": "@id"
},
"SnsCallerArn": {
"@id": "aws:SnsCallerArn",
"@type": "xsd:string"
},
"ExternalId": {
"@id": "aws:ExternalId",
"@type": "xsd:string"
},
"SnsRegion": {
"@id": "aws:SnsRegion",
"@type": "xsd:string"
},
"UserPoolTags": {
"@id": "aws:UserPoolTags",
"@type": "@id"
},
"AdminCreateUserConfig": {
"@id": "aws:AdminCreateUserConfig",
"@type": "@id"
},
"AllowAdminCreateUserOnly": {
"@id": "aws:AllowAdminCreateUserOnly",
"@type": "xsd:boolean"
},
"UnusedAccountValidityDays": {
"@id": "aws:UnusedAccountValidityDays",
"@type": "xsd:integer"
},
"InviteMessageTemplate": {
"@id": "aws:InviteMessageTemplate",
"@type": "@id"
},
"SMSMessage": {
"@id": "aws:SMSMessage",
"@type": "xsd:string"
},
"EmailMessage": {
"@id": "aws:EmailMessage",
"@type": "xsd:string"
},
"EmailSubject": {
"@id": "aws:EmailSubject",
"@type": "xsd:string"
}
}
}