Skip to content

Commit

Permalink
docs: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Sep 19, 2023
1 parent 5e51ebc commit a72cd04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ public class UiAsset {
@Schema(description = "Private Asset Properties (that were not strings but other JSON values)", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
private Map<String, String> privateJsonProperties;

@Schema(description = "Contains the entire asset in its original expanded JSON-LD format", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
@Schema(description = "Contains the entire asset in the JSON-LD format", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
private String assetJsonLd;
}

0 comments on commit a72cd04

Please sign in to comment.