elicitation
capability during
initialization:
elicitation/create
request:
requestedSchema
field allows servers to define the structure of the expected response using a restricted subset of JSON Schema. To simplify implementation for clients, elicitation schemas are limited to flat objects with primitive properties only:
email
, uri
, date
, date-time
action: "accept"
): User explicitly approved and submitted with data
content
field contains the submitted data matching the requested schemaaction: "decline"
): User explicitly declined the request
content
field is typically omittedaction: "cancel"
): User dismissed without making an explicit choice
content
field is typically omitted