What is the JSON Schema for Function Specification

I can’t find any documentation on the expected JSON schema format for declaring functions. Specifically I want to declare that a function accepts a list (array?) of objects. Does this schema follow an industry standard? If so, what is the name of that standard. Any links to useful resources would be much appreciated thanks!

You use JSON Schema which is an industry standard.

also check out OpenAPI v3. A nice exmple is if you

  • Create a GPT
  • Go to Configure tab
  • Scroll to bottom
  • Create a new Action
  • Examples dropdown
  • JSON example and YAML example