...
- openapi-oran.yaml has a focused set of schemas primarily around policies (
PolicyObject
,PolicyStatusObject
,PolicyTypeObject
) and identifiers. - openapi.yaml has a more extensive and varied set of schemas including policy information, RIC (Radio Interface Controller) information, and service registration, suggesting a broader scope.
- The schemas in openapi.yaml appear to cater to a more granular level of API operations with various status and info objects (
policy_status_info
,service_status
,ric_info_list
).
...