{"id":22468347,"url":"https://github.com/pollination/queenbee-schema-dotnet","last_synced_at":"2025-07-23T12:04:14.012Z","repository":{"id":49880130,"uuid":"306681882","full_name":"pollination/queenbee-schema-dotnet","owner":"pollination","description":"Queenbee library in dotnet","archived":false,"fork":false,"pushed_at":"2021-09-22T07:34:48.000Z","size":990,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-04T05:05:55.817Z","etag":null,"topics":["queenbee"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pollination.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-23T15:53:21.000Z","updated_at":"2021-03-06T03:43:42.000Z","dependencies_parsed_at":"2022-09-21T09:52:30.332Z","dependency_job_id":null,"html_url":"https://github.com/pollination/queenbee-schema-dotnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pollination/queenbee-schema-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollination%2Fqueenbee-schema-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollination%2Fqueenbee-schema-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollination%2Fqueenbee-schema-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollination%2Fqueenbee-schema-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pollination","download_url":"https://codeload.github.com/pollination/queenbee-schema-dotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollination%2Fqueenbee-schema-dotnet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266471605,"owners_count":23934451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["queenbee"],"created_at":"2024-12-06T11:16:25.232Z","updated_at":"2025-07-23T12:04:13.981Z","avatar_url":"https://github.com/pollination.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/ladybug-tools/queenbee-dotnet/workflows/CD/badge.svg)](https://github.com/ladybug-tools/queenbee-dotnet/actions) [![NuGet Version and Downloads count](https://buildstats.info/nuget/QueenbeeSDK?dWidth=50)](https://www.nuget.org/packages/QueenbeeSDK)\n\n# QueenbeeSDK - the C# library for the Queenbee Schema with Inheritance\n\nDocumentation for Queenbee schema.\n\nThis C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.23.0\n- SDK version: 1.23.0\n- Build package: org.openapitools.codegen.languages.CSharpClientCodegen\n    For more information, please visit [https://github.com/ladybug-tools/queenbee](https://github.com/ladybug-tools/queenbee)\n\n## Frameworks supported\n\n\n- .NET Core \u003e=1.0\n- .NET Framework \u003e=4.5\n\n## Dependencies\n\n\n- [RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later\n- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later\n- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 1.2.0 or later\n\nThe DLLs included in the package may not be the latest version. We recommend using [NuGet](https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:\n\n```\nInstall-Package RestSharp\nInstall-Package Newtonsoft.Json\nInstall-Package JsonSubTypes\n```\n\nNOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [RestSharp#742](https://github.com/restsharp/RestSharp/issues/742)\n\n## Installation\n\nRun the following command to generate the DLL\n\n- [Mac/Linux] `/bin/sh build.sh`\n- [Windows] `build.bat`\n\nThen include the DLL (under the `bin` folder) in the C# project, and use the namespaces:\n\n```csharp\nusing QueenbeeSDK.Api;\nusing QueenbeeSDK.Client;\nusing QueenbeeSDK.Model;\n\n```\n\n\n## Packaging\n\nA `.nuspec` is included with the project. You can follow the Nuget quickstart to [create](https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package#create-the-package) and [publish](https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package#publish-the-package) packages.\n\nThis `.nuspec` uses placeholders from the `.csproj`, so build the `.csproj` directly:\n\n```\nnuget pack -Build -OutputDirectory out QueenbeeSDK.csproj\n```\n\nThen, publish to a [local feed](https://docs.microsoft.com/en-us/nuget/hosting-packages/local-feeds) or [other host](https://docs.microsoft.com/en-us/nuget/hosting-packages/overview) and consume the new package via Nuget as usual.\n\n\n## Getting Started\n\n```csharp\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing QueenbeeSDK.Api;\nusing QueenbeeSDK.Client;\nusing QueenbeeSDK.Model;\n\nnamespace Example\n{\n    public class Example\n    {\n        public static void Main()\n        {\n\n        }\n    }\n}\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n\n\n## Documentation for Models\n\n - [Model.ArtifactSource](docs/ArtifactSource.md)\n - [Model.ArtifactSourceAllOf](docs/ArtifactSourceAllOf.md)\n - [Model.BaseReference](docs/BaseReference.md)\n - [Model.BaseReferenceAllOf](docs/BaseReferenceAllOf.md)\n - [Model.BaseStatus](docs/BaseStatus.md)\n - [Model.BaseStatusAllOf](docs/BaseStatusAllOf.md)\n - [Model.DAG](docs/DAG.md)\n - [Model.DAGAllOf](docs/DAGAllOf.md)\n - [Model.DAGArrayInput](docs/DAGArrayInput.md)\n - [Model.DAGArrayInputAlias](docs/DAGArrayInputAlias.md)\n - [Model.DAGArrayInputAliasAllOf](docs/DAGArrayInputAliasAllOf.md)\n - [Model.DAGArrayInputAllOf](docs/DAGArrayInputAllOf.md)\n - [Model.DAGArrayOutput](docs/DAGArrayOutput.md)\n - [Model.DAGArrayOutputAlias](docs/DAGArrayOutputAlias.md)\n - [Model.DAGArrayOutputAliasAllOf](docs/DAGArrayOutputAliasAllOf.md)\n - [Model.DAGArrayOutputAllOf](docs/DAGArrayOutputAllOf.md)\n - [Model.DAGArtifactOutput](docs/DAGArtifactOutput.md)\n - [Model.DAGArtifactOutputAlias](docs/DAGArtifactOutputAlias.md)\n - [Model.DAGArtifactOutputAliasAllOf](docs/DAGArtifactOutputAliasAllOf.md)\n - [Model.DAGArtifactOutputAllOf](docs/DAGArtifactOutputAllOf.md)\n - [Model.DAGBooleanInput](docs/DAGBooleanInput.md)\n - [Model.DAGBooleanInputAlias](docs/DAGBooleanInputAlias.md)\n - [Model.DAGBooleanInputAliasAllOf](docs/DAGBooleanInputAliasAllOf.md)\n - [Model.DAGBooleanInputAllOf](docs/DAGBooleanInputAllOf.md)\n - [Model.DAGBooleanOutput](docs/DAGBooleanOutput.md)\n - [Model.DAGBooleanOutputAlias](docs/DAGBooleanOutputAlias.md)\n - [Model.DAGBooleanOutputAliasAllOf](docs/DAGBooleanOutputAliasAllOf.md)\n - [Model.DAGBooleanOutputAllOf](docs/DAGBooleanOutputAllOf.md)\n - [Model.DAGFileInput](docs/DAGFileInput.md)\n - [Model.DAGFileInputAlias](docs/DAGFileInputAlias.md)\n - [Model.DAGFileInputAliasAllOf](docs/DAGFileInputAliasAllOf.md)\n - [Model.DAGFileInputAllOf](docs/DAGFileInputAllOf.md)\n - [Model.DAGFileOutput](docs/DAGFileOutput.md)\n - [Model.DAGFileOutputAlias](docs/DAGFileOutputAlias.md)\n - [Model.DAGFileOutputAliasAllOf](docs/DAGFileOutputAliasAllOf.md)\n - [Model.DAGFileOutputAllOf](docs/DAGFileOutputAllOf.md)\n - [Model.DAGFolderInput](docs/DAGFolderInput.md)\n - [Model.DAGFolderInputAlias](docs/DAGFolderInputAlias.md)\n - [Model.DAGFolderInputAliasAllOf](docs/DAGFolderInputAliasAllOf.md)\n - [Model.DAGFolderInputAllOf](docs/DAGFolderInputAllOf.md)\n - [Model.DAGFolderOutput](docs/DAGFolderOutput.md)\n - [Model.DAGFolderOutputAlias](docs/DAGFolderOutputAlias.md)\n - [Model.DAGFolderOutputAliasAllOf](docs/DAGFolderOutputAliasAllOf.md)\n - [Model.DAGFolderOutputAllOf](docs/DAGFolderOutputAllOf.md)\n - [Model.DAGGenericInput](docs/DAGGenericInput.md)\n - [Model.DAGGenericInputAlias](docs/DAGGenericInputAlias.md)\n - [Model.DAGGenericInputAliasAllOf](docs/DAGGenericInputAliasAllOf.md)\n - [Model.DAGGenericInputAllOf](docs/DAGGenericInputAllOf.md)\n - [Model.DAGGenericOutput](docs/DAGGenericOutput.md)\n - [Model.DAGGenericOutputAlias](docs/DAGGenericOutputAlias.md)\n - [Model.DAGGenericOutputAliasAllOf](docs/DAGGenericOutputAliasAllOf.md)\n - [Model.DAGGenericOutputAllOf](docs/DAGGenericOutputAllOf.md)\n - [Model.DAGIntegerInput](docs/DAGIntegerInput.md)\n - [Model.DAGIntegerInputAlias](docs/DAGIntegerInputAlias.md)\n - [Model.DAGIntegerInputAliasAllOf](docs/DAGIntegerInputAliasAllOf.md)\n - [Model.DAGIntegerInputAllOf](docs/DAGIntegerInputAllOf.md)\n - [Model.DAGIntegerOutput](docs/DAGIntegerOutput.md)\n - [Model.DAGIntegerOutputAlias](docs/DAGIntegerOutputAlias.md)\n - [Model.DAGIntegerOutputAliasAllOf](docs/DAGIntegerOutputAliasAllOf.md)\n - [Model.DAGIntegerOutputAllOf](docs/DAGIntegerOutputAllOf.md)\n - [Model.DAGJSONObjectInput](docs/DAGJSONObjectInput.md)\n - [Model.DAGJSONObjectInputAlias](docs/DAGJSONObjectInputAlias.md)\n - [Model.DAGJSONObjectInputAliasAllOf](docs/DAGJSONObjectInputAliasAllOf.md)\n - [Model.DAGJSONObjectInputAllOf](docs/DAGJSONObjectInputAllOf.md)\n - [Model.DAGJSONObjectOutput](docs/DAGJSONObjectOutput.md)\n - [Model.DAGJSONObjectOutputAlias](docs/DAGJSONObjectOutputAlias.md)\n - [Model.DAGJSONObjectOutputAliasAllOf](docs/DAGJSONObjectOutputAliasAllOf.md)\n - [Model.DAGJSONObjectOutputAllOf](docs/DAGJSONObjectOutputAllOf.md)\n - [Model.DAGLinkedInputAlias](docs/DAGLinkedInputAlias.md)\n - [Model.DAGLinkedInputAliasAllOf](docs/DAGLinkedInputAliasAllOf.md)\n - [Model.DAGLinkedOutputAlias](docs/DAGLinkedOutputAlias.md)\n - [Model.DAGLinkedOutputAliasAllOf](docs/DAGLinkedOutputAliasAllOf.md)\n - [Model.DAGNumberInput](docs/DAGNumberInput.md)\n - [Model.DAGNumberInputAlias](docs/DAGNumberInputAlias.md)\n - [Model.DAGNumberInputAliasAllOf](docs/DAGNumberInputAliasAllOf.md)\n - [Model.DAGNumberInputAllOf](docs/DAGNumberInputAllOf.md)\n - [Model.DAGNumberOutput](docs/DAGNumberOutput.md)\n - [Model.DAGNumberOutputAlias](docs/DAGNumberOutputAlias.md)\n - [Model.DAGNumberOutputAliasAllOf](docs/DAGNumberOutputAliasAllOf.md)\n - [Model.DAGNumberOutputAllOf](docs/DAGNumberOutputAllOf.md)\n - [Model.DAGPathInput](docs/DAGPathInput.md)\n - [Model.DAGPathInputAlias](docs/DAGPathInputAlias.md)\n - [Model.DAGPathInputAliasAllOf](docs/DAGPathInputAliasAllOf.md)\n - [Model.DAGPathInputAllOf](docs/DAGPathInputAllOf.md)\n - [Model.DAGPathOutput](docs/DAGPathOutput.md)\n - [Model.DAGPathOutputAlias](docs/DAGPathOutputAlias.md)\n - [Model.DAGPathOutputAliasAllOf](docs/DAGPathOutputAliasAllOf.md)\n - [Model.DAGPathOutputAllOf](docs/DAGPathOutputAllOf.md)\n - [Model.DAGStringInput](docs/DAGStringInput.md)\n - [Model.DAGStringInputAlias](docs/DAGStringInputAlias.md)\n - [Model.DAGStringInputAliasAllOf](docs/DAGStringInputAliasAllOf.md)\n - [Model.DAGStringInputAllOf](docs/DAGStringInputAllOf.md)\n - [Model.DAGStringOutput](docs/DAGStringOutput.md)\n - [Model.DAGStringOutputAlias](docs/DAGStringOutputAlias.md)\n - [Model.DAGStringOutputAliasAllOf](docs/DAGStringOutputAliasAllOf.md)\n - [Model.DAGStringOutputAllOf](docs/DAGStringOutputAllOf.md)\n - [Model.DAGTask](docs/DAGTask.md)\n - [Model.DAGTaskAllOf](docs/DAGTaskAllOf.md)\n - [Model.DAGTaskLoop](docs/DAGTaskLoop.md)\n - [Model.DAGTaskLoopAllOf](docs/DAGTaskLoopAllOf.md)\n - [Model.Dependency](docs/Dependency.md)\n - [Model.DependencyAllOf](docs/DependencyAllOf.md)\n - [Model.DependencyKind](docs/DependencyKind.md)\n - [Model.DockerConfig](docs/DockerConfig.md)\n - [Model.DockerConfigAllOf](docs/DockerConfigAllOf.md)\n - [Model.FileReference](docs/FileReference.md)\n - [Model.FileReferenceAllOf](docs/FileReferenceAllOf.md)\n - [Model.FolderReference](docs/FolderReference.md)\n - [Model.FolderReferenceAllOf](docs/FolderReferenceAllOf.md)\n - [Model.FromOutput](docs/FromOutput.md)\n - [Model.FromOutputAllOf](docs/FromOutputAllOf.md)\n - [Model.Function](docs/Function.md)\n - [Model.FunctionAllOf](docs/FunctionAllOf.md)\n - [Model.FunctionArrayInput](docs/FunctionArrayInput.md)\n - [Model.FunctionArrayInputAllOf](docs/FunctionArrayInputAllOf.md)\n - [Model.FunctionArrayOutput](docs/FunctionArrayOutput.md)\n - [Model.FunctionArrayOutputAllOf](docs/FunctionArrayOutputAllOf.md)\n - [Model.FunctionBooleanInput](docs/FunctionBooleanInput.md)\n - [Model.FunctionBooleanInputAllOf](docs/FunctionBooleanInputAllOf.md)\n - [Model.FunctionBooleanOutput](docs/FunctionBooleanOutput.md)\n - [Model.FunctionBooleanOutputAllOf](docs/FunctionBooleanOutputAllOf.md)\n - [Model.FunctionFileInput](docs/FunctionFileInput.md)\n - [Model.FunctionFileInputAllOf](docs/FunctionFileInputAllOf.md)\n - [Model.FunctionFileOutput](docs/FunctionFileOutput.md)\n - [Model.FunctionFileOutputAllOf](docs/FunctionFileOutputAllOf.md)\n - [Model.FunctionFolderInput](docs/FunctionFolderInput.md)\n - [Model.FunctionFolderInputAllOf](docs/FunctionFolderInputAllOf.md)\n - [Model.FunctionFolderOutput](docs/FunctionFolderOutput.md)\n - [Model.FunctionFolderOutputAllOf](docs/FunctionFolderOutputAllOf.md)\n - [Model.FunctionIntegerInput](docs/FunctionIntegerInput.md)\n - [Model.FunctionIntegerInputAllOf](docs/FunctionIntegerInputAllOf.md)\n - [Model.FunctionIntegerOutput](docs/FunctionIntegerOutput.md)\n - [Model.FunctionIntegerOutputAllOf](docs/FunctionIntegerOutputAllOf.md)\n - [Model.FunctionJSONObjectInput](docs/FunctionJSONObjectInput.md)\n - [Model.FunctionJSONObjectInputAllOf](docs/FunctionJSONObjectInputAllOf.md)\n - [Model.FunctionJSONObjectOutput](docs/FunctionJSONObjectOutput.md)\n - [Model.FunctionJSONObjectOutputAllOf](docs/FunctionJSONObjectOutputAllOf.md)\n - [Model.FunctionNumberInput](docs/FunctionNumberInput.md)\n - [Model.FunctionNumberInputAllOf](docs/FunctionNumberInputAllOf.md)\n - [Model.FunctionNumberOutput](docs/FunctionNumberOutput.md)\n - [Model.FunctionNumberOutputAllOf](docs/FunctionNumberOutputAllOf.md)\n - [Model.FunctionPathInput](docs/FunctionPathInput.md)\n - [Model.FunctionPathInputAllOf](docs/FunctionPathInputAllOf.md)\n - [Model.FunctionPathOutput](docs/FunctionPathOutput.md)\n - [Model.FunctionPathOutputAllOf](docs/FunctionPathOutputAllOf.md)\n - [Model.FunctionStringInput](docs/FunctionStringInput.md)\n - [Model.FunctionStringInputAllOf](docs/FunctionStringInputAllOf.md)\n - [Model.FunctionStringOutput](docs/FunctionStringOutput.md)\n - [Model.FunctionStringOutputAllOf](docs/FunctionStringOutputAllOf.md)\n - [Model.GenericInput](docs/GenericInput.md)\n - [Model.GenericInputAllOf](docs/GenericInputAllOf.md)\n - [Model.GenericOutput](docs/GenericOutput.md)\n - [Model.GenericOutputAllOf](docs/GenericOutputAllOf.md)\n - [Model.HTTP](docs/HTTP.md)\n - [Model.HTTPAllOf](docs/HTTPAllOf.md)\n - [Model.IOAliasHandler](docs/IOAliasHandler.md)\n - [Model.IOAliasHandlerAllOf](docs/IOAliasHandlerAllOf.md)\n - [Model.IOBase](docs/IOBase.md)\n - [Model.IOBaseAllOf](docs/IOBaseAllOf.md)\n - [Model.InputFileReference](docs/InputFileReference.md)\n - [Model.InputFileReferenceAllOf](docs/InputFileReferenceAllOf.md)\n - [Model.InputFolderReference](docs/InputFolderReference.md)\n - [Model.InputFolderReferenceAllOf](docs/InputFolderReferenceAllOf.md)\n - [Model.InputPathReference](docs/InputPathReference.md)\n - [Model.InputPathReferenceAllOf](docs/InputPathReferenceAllOf.md)\n - [Model.InputReference](docs/InputReference.md)\n - [Model.InputReferenceAllOf](docs/InputReferenceAllOf.md)\n - [Model.InputReferenceBase](docs/InputReferenceBase.md)\n - [Model.InputReferenceBaseAllOf](docs/InputReferenceBaseAllOf.md)\n - [Model.ItemReference](docs/ItemReference.md)\n - [Model.ItemReferenceAllOf](docs/ItemReferenceAllOf.md)\n - [Model.ItemType](docs/ItemType.md)\n - [Model.Job](docs/Job.md)\n - [Model.JobAllOf](docs/JobAllOf.md)\n - [Model.JobArgument](docs/JobArgument.md)\n - [Model.JobArgumentAllOf](docs/JobArgumentAllOf.md)\n - [Model.JobPathArgument](docs/JobPathArgument.md)\n - [Model.JobPathArgumentAllOf](docs/JobPathArgumentAllOf.md)\n - [Model.JobStatus](docs/JobStatus.md)\n - [Model.JobStatusAllOf](docs/JobStatusAllOf.md)\n - [Model.License](docs/License.md)\n - [Model.LicenseAllOf](docs/LicenseAllOf.md)\n - [Model.LocalConfig](docs/LocalConfig.md)\n - [Model.LocalConfigAllOf](docs/LocalConfigAllOf.md)\n - [Model.Maintainer](docs/Maintainer.md)\n - [Model.MaintainerAllOf](docs/MaintainerAllOf.md)\n - [Model.MetaData](docs/MetaData.md)\n - [Model.MetaDataAllOf](docs/MetaDataAllOf.md)\n - [Model.OpenAPIGenBaseModel](docs/OpenAPIGenBaseModel.md)\n - [Model.PackageVersion](docs/PackageVersion.md)\n - [Model.PackageVersionAllOf](docs/PackageVersionAllOf.md)\n - [Model.PathOutput](docs/PathOutput.md)\n - [Model.PathOutputAllOf](docs/PathOutputAllOf.md)\n - [Model.Plugin](docs/Plugin.md)\n - [Model.PluginAllOf](docs/PluginAllOf.md)\n - [Model.PluginConfig](docs/PluginConfig.md)\n - [Model.PluginConfigAllOf](docs/PluginConfigAllOf.md)\n - [Model.ProjectFolder](docs/ProjectFolder.md)\n - [Model.ProjectFolderAllOf](docs/ProjectFolderAllOf.md)\n - [Model.Recipe](docs/Recipe.md)\n - [Model.RecipeAllOf](docs/RecipeAllOf.md)\n - [Model.RecipeInterface](docs/RecipeInterface.md)\n - [Model.RecipeInterfaceAllOf](docs/RecipeInterfaceAllOf.md)\n - [Model.RepositoryIndex](docs/RepositoryIndex.md)\n - [Model.RepositoryIndexAllOf](docs/RepositoryIndexAllOf.md)\n - [Model.RepositoryMetadata](docs/RepositoryMetadata.md)\n - [Model.RepositoryMetadataAllOf](docs/RepositoryMetadataAllOf.md)\n - [Model.RunStatus](docs/RunStatus.md)\n - [Model.RunStatusAllOf](docs/RunStatusAllOf.md)\n - [Model.S3](docs/S3.md)\n - [Model.S3AllOf](docs/S3AllOf.md)\n - [Model.StatusType](docs/StatusType.md)\n - [Model.StepArrayInput](docs/StepArrayInput.md)\n - [Model.StepArrayInputAllOf](docs/StepArrayInputAllOf.md)\n - [Model.StepArrayOutput](docs/StepArrayOutput.md)\n - [Model.StepArrayOutputAllOf](docs/StepArrayOutputAllOf.md)\n - [Model.StepBooleanInput](docs/StepBooleanInput.md)\n - [Model.StepBooleanInputAllOf](docs/StepBooleanInputAllOf.md)\n - [Model.StepBooleanOutput](docs/StepBooleanOutput.md)\n - [Model.StepBooleanOutputAllOf](docs/StepBooleanOutputAllOf.md)\n - [Model.StepFileInput](docs/StepFileInput.md)\n - [Model.StepFileInputAllOf](docs/StepFileInputAllOf.md)\n - [Model.StepFileOutput](docs/StepFileOutput.md)\n - [Model.StepFileOutputAllOf](docs/StepFileOutputAllOf.md)\n - [Model.StepFolderInput](docs/StepFolderInput.md)\n - [Model.StepFolderInputAllOf](docs/StepFolderInputAllOf.md)\n - [Model.StepFolderOutput](docs/StepFolderOutput.md)\n - [Model.StepFolderOutputAllOf](docs/StepFolderOutputAllOf.md)\n - [Model.StepIntegerInput](docs/StepIntegerInput.md)\n - [Model.StepIntegerInputAllOf](docs/StepIntegerInputAllOf.md)\n - [Model.StepIntegerOutput](docs/StepIntegerOutput.md)\n - [Model.StepIntegerOutputAllOf](docs/StepIntegerOutputAllOf.md)\n - [Model.StepJSONObjectInput](docs/StepJSONObjectInput.md)\n - [Model.StepJSONObjectInputAllOf](docs/StepJSONObjectInputAllOf.md)\n - [Model.StepJSONObjectOutput](docs/StepJSONObjectOutput.md)\n - [Model.StepJSONObjectOutputAllOf](docs/StepJSONObjectOutputAllOf.md)\n - [Model.StepNumberInput](docs/StepNumberInput.md)\n - [Model.StepNumberInputAllOf](docs/StepNumberInputAllOf.md)\n - [Model.StepNumberOutput](docs/StepNumberOutput.md)\n - [Model.StepNumberOutputAllOf](docs/StepNumberOutputAllOf.md)\n - [Model.StepPathInput](docs/StepPathInput.md)\n - [Model.StepPathInputAllOf](docs/StepPathInputAllOf.md)\n - [Model.StepPathOutput](docs/StepPathOutput.md)\n - [Model.StepPathOutputAllOf](docs/StepPathOutputAllOf.md)\n - [Model.StepStatus](docs/StepStatus.md)\n - [Model.StepStatusAllOf](docs/StepStatusAllOf.md)\n - [Model.StepStringInput](docs/StepStringInput.md)\n - [Model.StepStringInputAllOf](docs/StepStringInputAllOf.md)\n - [Model.StepStringOutput](docs/StepStringOutput.md)\n - [Model.StepStringOutputAllOf](docs/StepStringOutputAllOf.md)\n - [Model.TaskArgument](docs/TaskArgument.md)\n - [Model.TaskArgumentAllOf](docs/TaskArgumentAllOf.md)\n - [Model.TaskFileReference](docs/TaskFileReference.md)\n - [Model.TaskFileReferenceAllOf](docs/TaskFileReferenceAllOf.md)\n - [Model.TaskFolderReference](docs/TaskFolderReference.md)\n - [Model.TaskFolderReferenceAllOf](docs/TaskFolderReferenceAllOf.md)\n - [Model.TaskPathArgument](docs/TaskPathArgument.md)\n - [Model.TaskPathArgumentAllOf](docs/TaskPathArgumentAllOf.md)\n - [Model.TaskPathReference](docs/TaskPathReference.md)\n - [Model.TaskPathReferenceAllOf](docs/TaskPathReferenceAllOf.md)\n - [Model.TaskPathReturn](docs/TaskPathReturn.md)\n - [Model.TaskPathReturnAllOf](docs/TaskPathReturnAllOf.md)\n - [Model.TaskReference](docs/TaskReference.md)\n - [Model.TaskReferenceAllOf](docs/TaskReferenceAllOf.md)\n - [Model.TaskReferenceBase](docs/TaskReferenceBase.md)\n - [Model.TaskReferenceBaseAllOf](docs/TaskReferenceBaseAllOf.md)\n - [Model.TaskReturn](docs/TaskReturn.md)\n - [Model.TaskReturnAllOf](docs/TaskReturnAllOf.md)\n - [Model.ValueFileReference](docs/ValueFileReference.md)\n - [Model.ValueFileReferenceAllOf](docs/ValueFileReferenceAllOf.md)\n - [Model.ValueFolderReference](docs/ValueFolderReference.md)\n - [Model.ValueFolderReferenceAllOf](docs/ValueFolderReferenceAllOf.md)\n - [Model.ValueListReference](docs/ValueListReference.md)\n - [Model.ValueListReferenceAllOf](docs/ValueListReferenceAllOf.md)\n - [Model.ValueReference](docs/ValueReference.md)\n - [Model.ValueReferenceAllOf](docs/ValueReferenceAllOf.md)\n\n\n## Documentation for Authorization\n\nAll endpoints do not require authorization.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpollination%2Fqueenbee-schema-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpollination%2Fqueenbee-schema-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpollination%2Fqueenbee-schema-dotnet/lists"}