n8n-nodes-base
Version:
Base nodes of n8n
188 lines (187 loc) • 5.5 kB
JSON
{
"type": "object",
"properties": {
"_links": {
"type": "object",
"properties": {
"changePassword": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"method": {
"type": "string"
}
}
},
"changeRecoveryQuestion": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"method": {
"type": "string"
}
}
},
"deactivate": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"method": {
"type": "string"
}
}
},
"expirePassword": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"method": {
"type": "string"
}
}
},
"forgotPassword": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"method": {
"type": "string"
}
}
},
"reactivate": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"method": {
"type": "string"
}
}
},
"resetFactors": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"method": {
"type": "string"
}
}
},
"resetPassword": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"method": {
"type": "string"
}
}
},
"schema": {
"type": "object",
"properties": {
"href": {
"type": "string"
}
}
},
"self": {
"type": "object",
"properties": {
"href": {
"type": "string"
}
}
},
"suspend": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"method": {
"type": "string"
}
}
},
"type": {
"type": "object",
"properties": {
"href": {
"type": "string"
}
}
}
}
},
"created": {
"type": "string"
},
"credentials": {
"type": "object",
"properties": {
"provider": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
},
"id": {
"type": "string"
},
"lastUpdated": {
"type": "string"
},
"profile": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"login": {
"type": "string"
}
}
},
"status": {
"type": "string"
},
"type": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}
},
"version": 3
}