The OCI API website links to specs that seem to be from 2016. This also seems to be the case for the spec index .
The go sdk spec from 2024 for Instances for example has the field isCrossNumaNode
which is not present in the spec in the index or on the website above.
Where can I find the api spec that matches what is in the go sdk spec from 2024? Ideally in json or yaml format like the spec index.
Thanks