Restore DiscriminatorDropdown test snapshot

This commit is contained in:
Steven Nguyen 2019-09-09 15:47:24 -07:00
parent 67be0580ca
commit bc3651a82e

View File

@ -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,
@ -135,6 +105,5 @@ exports[`Components SchemaView discriminator should correctly render discriminat
showExamples={false}
/>
</tbody>
</styled.table>
</div>
</styled.table>
`;