github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/schemas/icu.yaml (about)

     1  ---
     2  skeleton:
     3    type: object
     4    title: skeleton
     5    properties:
     6      locale_code:
     7        type: string
     8        description: "Object keys are dynamic and based on requested locale codes, see example."
     9    example:
    10      en: "{number, plural, one {} other {}}"
    11      de: "{number, plural, one {} other {}}"