Skip to content

Instantly share code, notes, and snippets.

@troyatomic
Created August 15, 2022 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troyatomic/37036f2a19d00a17572d5379aa9b025a to your computer and use it in GitHub Desktop.
Save troyatomic/37036f2a19d00a17572d5379aa9b025a to your computer and use it in GitHub Desktop.
export default {
name: 'productAnnotation',
type: 'object',
title: 'Reference to Product',
fields: [
{
title: 'Product',
name: 'productReference',
type: 'reference',
to: [
{
type: 'product'
}
],
},
{
title: 'User Prompt',
name: 'prompt',
type: 'string'
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment