Skip to content

Commit 8e5c47a

Browse files
Task-57 : Updated README
1 parent 55b9787 commit 8e5c47a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

554 Bytes

ConvertFrom-SchemaObject

This function takes the schemaObject object and converts it into a PowerShell object that can be nicely output as a JSON string.

ConvertFrom-SchemaDefinition

This function takes an object that has the format of a Schema Definition and converts it into the schemaDefinition class. It can also return as either the schemaDefinition class or a json string.

ConvertTo-SchemaElement

This function takes the output of ConvertFrom-Json CmdLet and converts it into SchemaModule classes.

docs/schema.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ that can be nicely output as a JSON string.
2424
This function takes the schemaObject object and converts it into a PowerShell object
2525
that can be nicely output as a JSON string.
2626

27+
### [ConvertFrom-SchemaDefinition](ConvertFrom-SchemaDefinition.md)
28+
29+
This function takes an object that has the format of a Schema Definition and
30+
converts it into the schemaDefinition class. It can also return as either the
31+
schemaDefinition class or a json string.
32+
2733
### [ConvertTo-SchemaElement](ConvertTo-SchemaElement.md)
2834

2935
This function takes the output of ConvertFrom-Json CmdLet and converts it into

0 commit comments

Comments
 (0)