mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-10 23:24:52 +03:00
Restore DiscriminatorDropdown test snapshot
This commit is contained in:
parent
67be0580ca
commit
bc3651a82e
|
@ -18,19 +18,6 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
"schema": SchemaModel {
|
"schema": SchemaModel {
|
||||||
"activeOneOf": 0,
|
"activeOneOf": 0,
|
||||||
"constraints": Array [],
|
"constraints": Array [],
|
||||||
"default": undefined,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "",
|
|
||||||
"example": undefined,
|
|
||||||
"externalDocs": undefined,
|
|
||||||
"format": undefined,
|
|
||||||
"isCircular": undefined,
|
|
||||||
"isPrimitive": true,
|
|
||||||
"nullable": false,
|
|
||||||
"options": "<<<filtered>>>",
|
|
||||||
"pattern": undefined,
|
|
||||||
"pointer": "#/components/schemas/Dog/properties/packSize",
|
|
||||||
"rawSchema": Object {
|
|
||||||
"default": undefined,
|
"default": undefined,
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
"description": "",
|
"description": "",
|
||||||
|
@ -38,6 +25,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
"displayType": "number",
|
"displayType": "number",
|
||||||
"enum": Array [],
|
"enum": Array [],
|
||||||
"example": undefined,
|
"example": undefined,
|
||||||
|
"externalDocs": undefined,
|
||||||
"format": undefined,
|
"format": undefined,
|
||||||
"isCircular": undefined,
|
"isCircular": undefined,
|
||||||
"isPrimitive": true,
|
"isPrimitive": true,
|
||||||
|
@ -61,7 +49,6 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
isLast={false}
|
isLast={false}
|
||||||
key="packSize"
|
key="packSize"
|
||||||
showExamples={false}
|
showExamples={false}
|
||||||
|
@ -81,24 +68,6 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
"schema": SchemaModel {
|
"schema": SchemaModel {
|
||||||
"activeOneOf": 0,
|
"activeOneOf": 0,
|
||||||
"constraints": Array [],
|
"constraints": Array [],
|
||||||
"default": undefined,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "",
|
|
||||||
"example": undefined,
|
|
||||||
"externalDocs": undefined,
|
|
||||||
"format": undefined,
|
|
||||||
"isCircular": undefined,
|
|
||||||
"isPrimitive": true,
|
|
||||||
"nullable": false,
|
|
||||||
"options": "<<<filtered>>>",
|
|
||||||
"pattern": undefined,
|
|
||||||
"pointer": "#/components/schemas/Dog/properties/type",
|
|
||||||
"rawSchema": Object {
|
|
||||||
"default": undefined,
|
|
||||||
"type": "string",
|
|
||||||
},
|
|
||||||
"readOnly": false,
|
|
||||||
"schema": Object {
|
|
||||||
"default": undefined,
|
"default": undefined,
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
"description": "",
|
"description": "",
|
||||||
|
@ -106,6 +75,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
"displayType": "string",
|
"displayType": "string",
|
||||||
"enum": Array [],
|
"enum": Array [],
|
||||||
"example": undefined,
|
"example": undefined,
|
||||||
|
"externalDocs": undefined,
|
||||||
"format": undefined,
|
"format": undefined,
|
||||||
"isCircular": undefined,
|
"isCircular": undefined,
|
||||||
"isPrimitive": true,
|
"isPrimitive": true,
|
||||||
|
@ -135,6 +105,5 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
showExamples={false}
|
showExamples={false}
|
||||||
/>
|
/>
|
||||||
</tbody>
|
</tbody>
|
||||||
</styled.table>
|
</styled.table>
|
||||||
</div>
|
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user