UNPKG

rdme

Version:

ReadMe's official CLI and GitHub Action.

6 lines (5 loc) 422 B
import readmeAPIv2Oas from './openapiDoc.js'; export const categoryUriRegexPattern = readmeAPIv2Oas.paths['/branches/{branch}/guides'].post.requestBody.content['application/json'].schema.properties .category.properties.uri.pattern; export const parentUriRegexPattern = readmeAPIv2Oas.paths['/branches/{branch}/guides'].post.requestBody.content['application/json'].schema.properties .parent.properties.uri.pattern;