Skip to content

Commit

Permalink
Fix débilos
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Oct 17, 2024
1 parent 597d0c7 commit 9a4a3b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package fr.insee.onyxia.model.catalog;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.databind.JsonNode;
import io.swagger.v3.oas.annotations.media.Schema;

Expand All @@ -15,6 +16,7 @@ public class Pkg {
private String version;

@Schema(description = "")
@JsonIgnore
private JsonNode config;

public String getName() {
Expand Down

0 comments on commit 9a4a3b2

Please sign in to comment.