Closed ottD closed 8 months ago
@ottD Sorry for the delay here as well, hope this hasn't been blocking you! I've logged this internally for myself and will go make edits when I get a chance. Thanks!
I have this PR that I've been trying to get merged for a bit: https://github.com/OneDrive/onedrive-api-docs/pull/1762
Issue description The File Browser configuration schema in the documentation differs from the schema used in the typescript-react sample.. In the documentation, the
entry
parameter includes the authentication, breadcrumb, commands etc. parameters whereas in the actual code sample these are separate entries in the JSON schema.Also note, that the link to the code sample from the documentation page is broken.
Steps To Reproduce Inspect the Browser Configuration schema in the documentation and compare it to the schema used in the
typescript-react
File Browser sample code. Note that in the documentation theauthentication
andbreadcrumb
parameter are under theentry
parameter whereas this is not the case in the code sample where they are at the same level as theentry
parameter. It looks like the Browser Configuration Schema in the documentation is not correct.Expected behavior Code sample corresponds to documentation and documentation links correctly to sample repo.
Screenshots code sample:
Schema used in documentation: