mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 22:54:51 +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 {
|
||||
"activeOneOf": 0,
|
||||
"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,
|
||||
"deprecated": false,
|
||||
"description": "",
|
||||
|
@ -38,6 +25,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
|||
"displayType": "number",
|
||||
"enum": Array [],
|
||||
"example": undefined,
|
||||
"externalDocs": undefined,
|
||||
"format": undefined,
|
||||
"isCircular": undefined,
|
||||
"isPrimitive": true,
|
||||
|
@ -61,7 +49,6 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
|||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
isLast={false}
|
||||
key="packSize"
|
||||
showExamples={false}
|
||||
|
@ -81,24 +68,6 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
|||
"schema": SchemaModel {
|
||||
"activeOneOf": 0,
|
||||
"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,
|
||||
"deprecated": false,
|
||||
"description": "",
|
||||
|
@ -106,6 +75,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
|||
"displayType": "string",
|
||||
"enum": Array [],
|
||||
"example": undefined,
|
||||
"externalDocs": undefined,
|
||||
"format": undefined,
|
||||
"isCircular": undefined,
|
||||
"isPrimitive": true,
|
||||
|
@ -136,5 +106,4 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
|||
/>
|
||||
</tbody>
|
||||
</styled.table>
|
||||
</div>
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user