A greeting component that displays a personalized hello message.
Input
Encoding
application/jsonname
string
Optional
Name to greet.
maxLength: 640 bytesOutput
Encoding
application/jsonSchemaat.inlay.defs#response
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"maxLength": 640,
"description": "Name to greet."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.inlay.defs#response",
"type": "ref"
},
"encoding": "application/json"
},
"description": "A greeting component that displays a personalized hello message."
}