{ "type": "object", "name": "Body2", "properties": { "Name": { "type": "string" }, "Custom__c": { "type": "string" } }, "required": [ "Name", "Custom__c" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }