Skip to content

Commit

Permalink
fix documentation indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Nov 25, 2024
1 parent 029266f commit 5d53300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intersect_sdk/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_schema_from_capability_implementations(
Some key differences:
- We utilize three custom fields: "capabilities", "events", and "status".
- "capabilities" contains a dictionary: the keys of this dictionary are capability names. The values are dictionaries with the "description" property being a string which describes the capability,
and a "channels" property which more closely follows the AsyncAPI specification of the top-level value "channels".
and a "channels" property which more closely follows the AsyncAPI specification of the top-level value "channels".
- "events" is a key-value dictionary: the keys represent the event name, the values represent the associated schema of the event type. Events are currently shared across all capabilities.
- "status" will have a value of the status schema - if no status has been defined, a null schema is used.
Expand Down

0 comments on commit 5d53300

Please sign in to comment.