{ "type": "object", "properties": { "Name": { "type": "string", "example": "Example Title" }, "Custom__c": { "type": "string", "example": "example_value" } }, "required": [ "Name", "Custom__c" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Body2" }