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

     1  ---
     2  project_details:
     3    allOf:
     4    - "$ref": "./project.yaml#/project"
     5    - type: object
     6      title: project_details
     7      properties:
     8        slug:
     9          type: string
    10        shares_translation_memory:
    11          type: boolean
    12      example:
    13        slug: my-android-project
    14        shares_translation_memory: true