Skip to content

Commit 5d53300

Browse files
committed
fix documentation indentation
Signed-off-by: Lance Drane <[email protected]>
1 parent 029266f commit 5d53300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intersect_sdk/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_schema_from_capability_implementations(
5050
Some key differences:
5151
- We utilize three custom fields: "capabilities", "events", and "status".
5252
- "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,
53-
and a "channels" property which more closely follows the AsyncAPI specification of the top-level value "channels".
53+
and a "channels" property which more closely follows the AsyncAPI specification of the top-level value "channels".
5454
- "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.
5555
- "status" will have a value of the status schema - if no status has been defined, a null schema is used.
5656

0 commit comments

Comments
 (0)