fix: use string values when generating conformanceStatus enum doc
Merged
requested to merge adf-licences-conformance-status-enum-as-values-when-creating-doc into master
1 unresolved thread
Merge request reports
Activity
Not sure where you are checking that specifically. I have checked the aou-api.json and the values are correct:
"odConformance" : { "description" : "The OD conformance status", "enum" : [ "approved", "", "not reviewed", "rejected" ], "type" : "string" }, "osdConformance" : { "description" : "The OSD conformance status", "enum" : [ "approved", "", "not reviewed", "rejected" ], "type" : "string" },
Edited by Alicia.DeDiosFuenteadded 7 commits
-
ba6765dd...f68df599 - 6 commits from branch
master
- 2b87328b - fix: use string values when generating conformanceStatus enum doc
-
ba6765dd...f68df599 - 6 commits from branch
Please register or sign in to reply