-
Notifications
You must be signed in to change notification settings - Fork 873
Write JSON schema for Aspire manifest format. #54
Copy link
Copy link
Closed
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedIssue that is a good candidate for community contribution.Issue that is a good candidate for community contribution.
Metadata
Metadata
Assignees
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedIssue that is a good candidate for community contribution.Issue that is a good candidate for community contribution.
We will be using the
$schemaattribute to specify the version of the manifest format we are using. That means we need a JSON schema which documents the format. We also need to think about where we host it.