Skip to content

Commit

Permalink
fix: openAPI version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldBradleyDev committed Sep 3, 2024
1 parent 65f66e2 commit 2bd131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OSCALRestOpenAPI.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.9",
"openapi": "3.0.3",
"info": {
"title": "OSCAL REST",
"description": "This is an open-source REST API specification for exchanging [OSCAL](https://pages.nist.gov/OSCAL/) content between tools and organizations.\n\nThe _OSCAL REST OpenAPI Specification_ addresses OSCAL XML, JSON and YAML content for all seven OSCAL models. Each OSCAL model has a primary set of REST API methods and endpoints for the OSCAL content itself, as well as methods and endpoints for snapshots and attachments. OSCAL profiles also have methods and endpoints for live profile resolution and snapshots of resolved profiles.\n\nFor an overview and more information, visit [https://docs.oscal.io/docs/oscal-rest-openapi](https://docs.oscal.io/docs/oscal-rest-openapi)\n\n---\n\n**Known-Issue: OSCAL XML Representation**\n\nThere is a [known-issue](https://github.com/OAI/OpenAPI-Specification/issues/630) that prevents proper expression of OSCAL XML in OpenAPI.\n\nWhen the specification calls for OSCAL content to be accepted or returned, the content must be fully OSCAL valid. Even if the specification shows a non-compliant schema or example.",
Expand Down

0 comments on commit 2bd131c

Please sign in to comment.