Skip to content

Commit

Permalink
mockdataForWorkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Feb 27, 2024
1 parent 38d6f17 commit 719c3f4
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
[
{
"title": "ct5",
"uid": "ct5",
"schema": [
{
"data_type": "text",
"display_name": "Title",
"field_metadata": {
"_default": true,
"version": 3
},
"mandatory": true,
"uid": "title",
"unique": true,
"multiple": false,
"non_localizable": false
}
],
"description": "",
"options": {
"is_page": false,
"singleton": true,
"sub_title": [],
"title": "title"
}
},
{
"title": "ct4",
"uid": "ct4",
"schema": [
{
"data_type": "text",
"display_name": "Title",
"field_metadata": {
"_default": true,
"version": 3
},
"mandatory": true,
"uid": "title",
"unique": true,
"multiple": false,
"non_localizable": false
}
],
"description": "",
"options": {
"is_page": false,
"singleton": true,
"sub_title": [],
"title": "title"
}
},
{
"title": "ct3",
"uid": "ct3",
"schema": [
{
"data_type": "text",
"display_name": "Title",
"field_metadata": {
"_default": true,
"version": 3
},
"mandatory": true,
"uid": "title",
"unique": true,
"multiple": false,
"non_localizable": false
}
],
"description": "",
"options": {
"is_page": false,
"singleton": true,
"sub_title": [],
"title": "title"
}
},
{
"title": "ct2",
"uid": "ct2",
"schema": [
{
"data_type": "text",
"display_name": "Title",
"field_metadata": {
"_default": true,
"version": 3
},
"mandatory": true,
"uid": "title",
"unique": true,
"multiple": false,
"non_localizable": false
}
],
"description": "",
"options": {
"is_page": false,
"singleton": true,
"sub_title": [],
"title": "title"
}
},
{
"title": "ct1",
"uid": "ct1",
"schema": [
{
"data_type": "text",
"display_name": "Title",
"field_metadata": {
"_default": true,
"version": 3
},
"mandatory": true,
"uid": "title",
"unique": true,
"multiple": false,
"non_localizable": false
}
],
"description": "",
"options": {
"is_page": false,
"singleton": true,
"sub_title": [],
"title": "title"
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":{"name":"wf3","uid":"uid","org_uid":"org1","api_key":"apikey","content_types":["ct2"],"enabled":false,"deleted_at":false}}

0 comments on commit 719c3f4

Please sign in to comment.