# Schema Inaccuracy Here's the example ref ``` #/paths/~1enterprises~1{enterprise}~1code-security~1configurations~1{configuration_id}~1repositories/get/responses/200/content/application~1json/examples/default/value ``` It references the schema at this ref ``` #/components/schemas/code-security-configuration-repositories ``` The schema doesn't contain `git_url` and `ssh_url` fields, but the example has them. ## Expected The schema and example match ## Reproduction Steps Observed in `ghes-3.16`, `ghec`, `fpt`