model-first icon indicating copy to clipboard operation
model-first copied to clipboard

Model-first tooling

Results 10 model-first issues
Sort by recently updated
recently updated
newest added

Prepare the privacy doc and privacy statement

2 - Active (in design)

1. Add hasStream property for media entity in YAML, JSON and SWAGGER. 2. In C# client CodeGen, for media entity type, add HasStream attribute in class definition, for example: [global::Microsoft.OData.Client.HasStream()]...

0 - Backlog

Consider what permissions apply to a root-level collection vs type. Root level collection: - Read - ReadMany - ReadOne - Create - Update - Delete - Query - Order -...

0 - Backlog

Currently capabilities are specified as separate line items, e.g.: ``` yaml insertable: true searchable: true deletable: true ``` Simplify these into a single line if possible: ``` yaml allows: [create,...

0 - Backlog

The current assumptions state that if an operation returns something, it's a function. Actions can return something too, but they are not idempotent. Figure out the right YAML syntax to...

enhancement
0 - Backlog

When user is typing, provide keyword auto-complete.

feature
0 - Backlog