Event Extraction Schema
This model has been tailored based on customer feedback and usage. If you need a specific model and enough generalist, you can contact us on the support link below. If some fields are missing, you can also contact us to add them.
Contact us
Event object
-
eventTitle
string
The title of the event.
-
dateAndTime
[string, null]
The date and time when the event will take place.
-
location
[string, null]
The location where the event will be held.
-
description
[string, null]
A detailed description of the event.
-
organizer
[object, null]
Information about the organizer of the event.
-
name
[string, null]
The name of the organizer.
-
profileLink
[string, null]
A link to the organizer's profile.
-
name
[string, null]
-
tags
[array, null]
A list of tags associated with the event.
Items string
Items string
-
ticketInfo
[object, null]
Information about the tickets for the event.
-
type
[string, null]
The type of ticket (e.g., General Admission, VIP).
-
price
[object, null]
The price of the ticket.
-
amount
[number, null]
The price amount of the ticket.
-
currency
[string, null]
COMPUTE: Currency code in ISO3 format (e.g., USD, EUR, GBP). Derive from currency symbol if code not found ($ -> USD, € -> EUR, £ -> GBP).
-
amount
[number, null]
-
availability
[string, null]
The availability status of the ticket (e.g., Available, Sold Out).
-
type
[string, null]
-
eventLink
[string, null]
A link to the event page.