Best Products
Launches
Launch archive
Most-loved launches by the community
Launch Guide
Checklists and pro tips for launching
News
Newsletter
The best of Product Hunt, every day
Stories
Tech news, interviews, and tips from makers
Changelog
New Product Hunt features and releases
Forums
Forums
Ask questions, find support, and connect
Kitty Points Leaderboard
The highest scoring community members
Streaks
The most active community members
Events
Meet others online and in-person
Advertise
Subscribe
Sign in
Clear text
recent
p/mnexium-ai
by
marius ndini
•
3mo ago
Records: Structured Data for AI Applications
... required, and how to display them. Schemas are defined per-project and can be updated at any time. // JavaScript SDK await mnx.records.defineSchema('events', { title: { type: 'string', required: true, description: 'Event title' }, date: { type: 'string', required: true, description: 'Date (
YYYY
-MM-DD)' }, time: { type: 'string', description: 'Time (HH:MM)' }, location: { type: 'string', description: 'Location or address' }, description: { type: 'string', description: 'Additional details' }, }, { displayName: 'Events', description: 'Calendar events and appointments', }); Schemas support string, number, and reference types. Required fields are validated ... ... insert. # Python SDK mnx.records.define_schema('events', { 'title': { 'type': 'string', 'required': True, 'description': 'Event title' }, 'date': { 'type': 'string', 'required': True, 'description': 'Date (
YYYY
0
12
Subscribe
Sign in