addedInput schema / properties / acceptedTerms / description
Added value: +"Must be true; requires the principal's actual consent to the OSIR terms of service."
addedInput schema / properties / accountType / description
Added value: +"Account type: INDIVIDUAL or ORGANIZATION."
addedInput schema / properties / agentName / description
Added value: +"Name of the AI agent acting for the principal, recorded for the audit trail."
addedInput schema / properties / agentVendor / description
Added value: +"Vendor of the AI agent acting for the principal, recorded for the audit trail."
addedInput schema / properties / contact / description
Added value: +"The principal's real ICANN registrant contact (firstName, lastName, email, phone, street1, city, country), never the AI agent itself."
addedInput schema / properties / email / description
Added value: +"Account login email; valid mailbox that receives the verification code."
addedInput schema / properties / password / description
Added value: +"Optional account password; if omitted the account is agent-managed until a password is set."
addedInput schema / properties / principalReference / description
Added value: +"Principal's own reference identifying who the agent acted for, recorded for the audit trail."
addedInput schema / properties / termsVersion / description
Added value: +"Version of the OSIR terms the principal accepted, e.g. '2026-09'."
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "accountId": {
+ "type": "string"
+ },
+ "contactId": {
+ "type": "string"
+ },
+ "nextSteps": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "status": {
+ "type": "string"
+ },
+ "verification": {
+ "type": "object"
+ }
+ },
+ "type": "object"
+}