[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[[["\u003cp\u003eThe document describes the schema for a runtime entity, including its JSON representation and the structure of its fields.\u003c/p\u003e\n"],["\u003cp\u003eA runtime entity is defined by its \u003ccode\u003eentity\u003c/code\u003e name, a list of \u003ccode\u003efields\u003c/code\u003e, and a \u003ccode\u003ejsonSchema\u003c/code\u003e object for metadata.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003efield\u003c/code\u003e within an entity has properties such as \u003ccode\u003efield\u003c/code\u003e name, \u003ccode\u003edescription\u003c/code\u003e, \u003ccode\u003edataType\u003c/code\u003e, \u003ccode\u003ekey\u003c/code\u003e (primary key indicator), \u003ccode\u003ereadonly\u003c/code\u003e, \u003ccode\u003enullable\u003c/code\u003e, \u003ccode\u003edefaultValue\u003c/code\u003e, \u003ccode\u003eadditionalDetails\u003c/code\u003e, and its own \u003ccode\u003ejsonSchema\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eadditionalDetails\u003c/code\u003e field within each field allows connectors to include extra metadata not covered by the standard properties.\u003c/p\u003e\n"],["\u003cp\u003eThe fields \u003ccode\u003eentity\u003c/code\u003e, \u003ccode\u003efields[]\u003c/code\u003e, and \u003ccode\u003ejsonSchema\u003c/code\u003e for a RuntimeEntity, and \u003ccode\u003efield\u003c/code\u003e, \u003ccode\u003edescription\u003c/code\u003e, \u003ccode\u003edataType\u003c/code\u003e, \u003ccode\u003ekey\u003c/code\u003e, \u003ccode\u003ereadonly\u003c/code\u003e, \u003ccode\u003enullable\u003c/code\u003e, \u003ccode\u003edefaultValue\u003c/code\u003e, \u003ccode\u003eadditionalDetails\u003c/code\u003e and \u003ccode\u003ejsonSchema\u003c/code\u003e for a Field are all provided in the documentation.\u003c/p\u003e\n"]]],[],null,["# RuntimeEntitySchema\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Field](#Field)\n - [JSON representation](#Field.SCHEMA_REPRESENTATION)\n- [Operation](#Operation)\n\nSchema of a runtime entity.\n\nField\n-----\n\nMetadata of an entity field.\n\nOperation\n---------\n\nOperation values"]]