{ "type": "object", "properties": { "enterprise": { "type": "string", "example": "example_value" }, "metadata": { "type": "string", "example": "example_value" }, "partner": { "type": "string", "example": "example_value" }, "rest": { "type": "string", "example": "example_value" }, "sobjects": { "type": "string", "example": "example_value" }, "search": { "type": "string", "example": "example_value" }, "query": { "type": "string", "example": "example_value" }, "recent": { "type": "string", "example": "example_value" }, "tooling_soap": { "type": "string", "example": "example_value" }, "tooling_rest": { "type": "string", "example": "example_value" }, "profile": { "type": "string", "example": "example_value" }, "feeds": { "type": "string", "example": "example_value" }, "groups": { "type": "string", "example": "example_value" }, "users": { "type": "string", "example": "example_value" }, "feed_items": { "type": "string", "example": "example_value" }, "feed_elements": { "type": "string", "example": "example_value" }, "custom_domain": { "type": "string", "example": "example_value" } }, "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-schema.org/draft/2020-12/schema", "title": "Urls" }