Skip to content

Commit

Permalink
feat: add support for x-additionalPropertiesName (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpminardi committed May 24, 2024
1 parent b89c26d commit 3aac7b9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ const rules = ['oneOf', 'anyOf', 'allOf', 'not']
<div
v-if="additional"
class="property-additional">
additional properties
<template v-if="value?.['x-additionalPropertiesName']">
{{ value['x-additionalPropertiesName'] }}
</template>
<template v-else> additional properties </template>
</div>
<div
v-if="value?.deprecated"
Expand Down

0 comments on commit 3aac7b9

Please sign in to comment.