Releases: Nictiz/zorgapis-openapi-specification
Releases · Nictiz/zorgapis-openapi-specification
v0.6.0
0.6.0 - 2024-12-18
This release adds optional properties communicationStandardVersions
and trustFrameworkVersions
to
InformationStandardVersion
schemas.
Changed
- Change
/information-standard-versions
endpoints to supportcommunicationStandardVersions
and
trustFrameworkVersions
properties
Added
- Add
/information-standard-versions/{informationStandardVersionId}/communication-standard-versions/{communicationStandardVersionId}
endpoints to support setting and deletingcommunicationStandardVersions
for anInformationStandardVersion
- Add
/information-standard-versions/{informationStandardVersionId}/trust-framework-versions/{trustFrameworkVersionId}
endpoints to support setting and deletingtrustFrameworkVersions
for anInformationStandardVersion
v0.5.0
0.5.0 - 2024-12-05
This release adds support for information standards.
Changed
- Change
/api-specifications/{apiSpecificationId}/versions
endpoints to supportinformationStandardVersions
property
Added
- Add
/information-standards
endpoints - Add
/information-standard-versions
endpoints - Add
/api-specifications/{apiSpecificationId}/versions/{versionId}/information-standard-versions/{informationStandardVersionId}
endpoints to support setting and deletinginformationStandardVersions
for anApiSpecificationVersion
v0.4.0
0.4.0 - 2024-09-12
This release adds support for communication standards and trust frameworks.
Changed
- Change
/api-specifications/{apiSpecificationId}/versions
endpoints to supportcommunicationStandardVersions
and
trustFrameworkVersions
properties
Added
- Add
/communication-standards
endpoints - Add
/communication-standard-versions
endpoints - Add
/api-specifications/{apiSpecificationId}/versions/{versionId}/communication-standard-versions/{communicationStandardVersionId}
endpoints to support setting and deletingcommunicationStandardVersions
for anApiSpecificationVersion
- Add
/trust-frameworks
endpoints - Add
/trust-framework-versions
endpoints - Add
/api-specifications/{apiSpecificationId}/versions/{versionId}/trust-framework-versions/{trustFrameworkVersionId}
endpoints to support setting and deletingtrustFrameworkVersions
for anApiSpecificationVersion
v0.3.2
0.3.2 - 2024-07-11
This release adds optional properties githubUrl
and gitlabUrl
to schema Organization
.
Changed
- Change workflow "Publish docs" to use Redocly CLI version 1.17.1
Added
- Add optional properties
githubUrl
andgitlabUrl
to schemaOrganization
- Add Git conventions to README.md
- Add CHANGELOG.md
v0.3.1
0.3.1 - 2024-07-03
This release adds enum value NOT_APPLICABLE
to schema ConformityType
and changes declaration of conformity examples.
Changed
- Change declaration of conformity examples to use enum value
NOT_CONFORMANT
Added
- Add enum value
NOT_APPLICABLE
to schemaConformityType
v0.3.0
0.3.0 - 2024-06-27
This release changes server and OAuth 2.0 URLs from v1alpha2
sandbox environment to v1beta1
production environment.
Changed
- Change base path in server URL from
v1alpha2
tov1beta1
- Change OAuth 2.0 authorization, token and refresh URLs from sandbox to production
- Change workflow "Publish docs" to use Redocly CLI version 1.16.0
Added
- Add production server URL
- Add property
summary
toinfo
object - Add manual trigger to workflow "Publish docs"