Skip to content

Commit

Permalink
remove <> in swagger specifications, unsupported in generated javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Oct 10, 2023
1 parent 1f5e947 commit 4a6b84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ components:
$ref: '#/components/schemas/metadata'
properties:
type: object
description: propertie's values extracted from pds4 model, as a dictionnary, syntax for property name is <namespace>:<property>[<namespace>:<property>]*
description: propertie's values extracted from pds4 model, as a dictionnary, syntax for property name is {namespace}:{property}[{namespace}:{property}]*
additionalProperties:
$ref: '#/components/schemas/propertyArrayValues'
xml:
Expand Down

0 comments on commit 4a6b84d

Please sign in to comment.