{"id":46253246,"url":"https://github.com/adobe/genstudio-extensibility-sdk","last_synced_at":"2026-03-03T23:02:24.659Z","repository":{"id":273587481,"uuid":"917337528","full_name":"adobe/genstudio-extensibility-sdk","owner":"adobe","description":"GenStudio Extensibility SDK","archived":false,"fork":false,"pushed_at":"2026-02-12T20:02:51.000Z","size":432,"stargazers_count":9,"open_issues_count":6,"forks_count":6,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-02-20T19:02:52.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://opensource.adobe.com/genstudio-extensibility-sdk/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adobe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2025-01-15T19:46:20.000Z","updated_at":"2026-02-12T20:01:58.000Z","dependencies_parsed_at":"2025-02-20T23:19:51.882Z","dependency_job_id":"a646eae6-54be-4569-8546-3d73f48bddce","html_url":"https://github.com/adobe/genstudio-extensibility-sdk","commit_stats":null,"previous_names":["adobe/genstudio-uix-sdk","adobe/genstudio-extensibility-sdk"],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/adobe/genstudio-extensibility-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fgenstudio-extensibility-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fgenstudio-extensibility-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fgenstudio-extensibility-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fgenstudio-extensibility-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adobe","download_url":"https://codeload.github.com/adobe/genstudio-extensibility-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fgenstudio-extensibility-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-03T23:02:21.550Z","updated_at":"2026-03-03T23:02:24.654Z","avatar_url":"https://github.com/adobe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# genstudio-extensibility-sdk\n\nGenStudio Extensibility SDK\n\n**This repo is still WIP. Please use caution and reach out to GS team before using**\n\n## API Documentation\n\nPlease refer to the [API Documentation](https://opensource.adobe.com/genstudio-extensibility-sdk/) for more information.\n\n## Changelog\n\nSee versioned change logs in [docs/changelog](./docs/changelog/README.md).\n\n## Usage\n\n```\nnpm install @adobe/genstudio-extensibility-sdk\n```\n\n## Import\n\n```ts\nimport {\n  Experience,\n  ExperienceField,\n} from \"@adobe/genstudio-extensibility-sdk\";\n\nconst experienceFields = new Map\u003cstring, ExperienceField\u003e([\n  [\n    \"subject\",\n    {\n      fieldRole: {\n        name: \"subject\",\n      },\n      fieldName: \"subject\",\n      fieldValue: \"test field value\",\n      readonly: false,\n    },\n  ],\n  [\n    \"section2_image\",\n    {\n      fieldRole: {\n        name: \"image\",\n      },\n      fieldName: \"section2_image\",\n      fieldValue: {\n        test: \"1\",\n      },\n      readonly: true,\n    },\n  ],\n]);\nconst experience: Experience = {\n  id: \"230853274642\",\n  experienceFields: experienceFields,\n};\n```\n\n## Contributing\n\nContributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information.\n\n## Licensing\n\nThis project is licensed under the Apache V2 License. See [LICENSE](./LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Fgenstudio-extensibility-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadobe%2Fgenstudio-extensibility-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Fgenstudio-extensibility-sdk/lists"}