SchemaStore / schemastore

A collection of JSON schema files including full API
http://schemastore.org
Apache License 2.0
2.9k stars 1.57k forks source link

Add schema for Cloud Foundry application manifests (manifest.yml) #3741

Closed jameshochadel closed 1 month ago

jameshochadel commented 1 month ago

This PR adds, registers, and tests a schema for Cloud Foundry application manifests. Cloud Foundry is an open-source platform-as-a-service system in use in many organizations.

Reference material for the schema includes:

Where the two conflicted, I did my best to include the right information. I may follow up with another PR after testing manifest with my Cloud Foundry instance to see what the API server actually accepts.

github-actions[bot] commented 1 month ago

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

madskristensen commented 1 month ago

Thanks

jameshochadel commented 1 month ago

Thank you!