{ "type": "object", "name": "Urls", "properties": { "enterprise": { "type": "string" }, "metadata": { "type": "string" }, "partner": { "type": "string" }, "rest": { "type": "string" }, "sobjects": { "type": "string" }, "search": { "type": "string" }, "query": { "type": "string" }, "recent": { "type": "string" }, "tooling_soap": { "type": "string" }, "tooling_rest": { "type": "string" }, "profile": { "type": "string" }, "feeds": { "type": "string" }, "groups": { "type": "string" }, "users": { "type": "string" }, "feed_items": { "type": "string" }, "feed_elements": { "type": "string" }, "custom_domain": { "type": "string" } }, "required": [ "enterprise", "metadata", "partner", "rest", "sobjects", "search", "query", "recent", "tooling_soap", "tooling_rest", "profile", "feeds", "groups", "users", "feed_items", "feed_elements", "custom_domain" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }