components/elements/InstitutionBadge/schema.jsjavascript
/** Content-block contract of the "institutionBadge" element (pattern: StoryTitle/schema.js). */
export default {
  type: "institutionBadge",
  region: "content",
  required: [],
  properties: {
    flag: { type: "string", pattern: "^/assets/.+" },
    logo: { type: "string", pattern: "^/assets/.+" },
  },
};