mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 18:13:44 +03:00
parent
5d84bd4656
commit
fb212128f9
|
@ -56,7 +56,7 @@ export class MediaTypeModel {
|
||||||
value: sample,
|
value: sample,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} else {
|
} else if (this.schema) {
|
||||||
this.examples = {
|
this.examples = {
|
||||||
default: new ExampleModel(parser, {
|
default: new ExampleModel(parser, {
|
||||||
value: Sampler.sample(
|
value: Sampler.sample(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user