Skip to content

Commit

Permalink
Merge pull request #3712 from activepieces/refactor/piece-framework
Browse files Browse the repository at this point in the history
refactor(piece-framework): split properties in multiple files and provide json schema.
  • Loading branch information
abuaboud committed Jan 23, 2024
2 parents 777f81d + 605f340 commit 70738c5
Show file tree
Hide file tree
Showing 82 changed files with 4,101 additions and 893 deletions.
4 changes: 4 additions & 0 deletions docs/endpoints/pieces/install.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: 'Install Piece'
openapi: POST /v1/pieces/
---
5 changes: 5 additions & 0 deletions docs/endpoints/pieces/schema.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 'Piece Schema'
openapi-schema: piece
icon: cube
---
8 changes: 8 additions & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@
"endpoints/flows/list",
"endpoints/flows/delete"
]
},
{
"group": "Pieces",
"icon": "plug",
"pages": [
"endpoints/pieces/schema",
"endpoints/pieces/install"
]
}
]
},
Expand Down
Loading

0 comments on commit 70738c5

Please sign in to comment.