Class Embedded

java.lang.Object
io.deeplumen.ucp.models.discovery.Embedded

@Generated("jsonschema2pojo") public class Embedded extends Object
Embedded transport binding (JSON-RPC 2.0 over postMessage). Unlike REST/MCP, the endpoint is per-capability (i.e. per-checkout via continue_url), not per-service.
  • Constructor Details

    • Embedded

      public Embedded()
  • Method Details

    • getSchema

      public URI getSchema()
      URL to OpenRPC specification (JSON format) defining the embedded protocol (Required)
    • setSchema

      public void setSchema(URI schema)
      URL to OpenRPC specification (JSON format) defining the embedded protocol (Required)
    • withSchema

      public Embedded withSchema(URI schema)
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • withAdditionalProperty

      public Embedded withAdditionalProperty(String name, Object value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object