Draft v1.1 - #19
Conversation
Merge pull request #17 from openmobilityfoundation/v1.0
Updates last updated timestamps for initial creation of draft-v1.1 branch.
…ng schemas; wire into event, policy, session, aggregate models and toc.json Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…xecution and inline progress tracking
- B1: curb_event.yaml event_type $ref was pointing to event_purpose.yaml; corrected to event_type.yaml
- B2: vehicle_type.yaml enum had 'bicyle' misspelled; corrected to 'bicycle'
- B3: time_spans.yaml days_of_week was typed as string instead of array; changed to type: array with items: { type: string, enum: [sun..sat] }
Complete implementation plan steps 1E through 1I. Updates included: - add upstream CDS 1.1 vehicle types to vehicle_type.yaml - add upstream CDS 1.1 propulsion types and align propulsion descriptions to upstream CDS text - update rules.yaml with name, description, revised user_classes, user_classes_except, and purposes - update curb_policy.yaml with name, description, upstream priority wording, and policy_color - add weeks_of_month and update designated_period_except wording in time_spans.yaml - mark steps 1E through 1I complete in V1.1_IMPLEMENTATION_PLAN.md
There was a problem hiding this comment.
The AGENTS.MD and CLAUDE.md files were added to support AI development of the open API spec.
|
optional: @MichaelWDanko could you add your summary on the type of review desired in the description when/ if I get a chance to look at it later this week? Thanks! Happy to help with the review. |
Rearranges order of items to try and fix Curb Object from not displaying
Rearranges the Curb Object in the table of contents.
Formats JSON structure to try and fix object appearing issue.
…enapi into draft-v1.1
|
Apologies for my delayed review... in general it looks good to me. Some thoughts: |
|
@jacobmalleau I also liked the idea of that, but since we didn't have a thorough review when we were publishing version 1.0, I'm not sure it would be accurate. It does feel like that needs to be documented where we have the source of truth for the actual CDS project. A change log would make maintaining this project a lot easier |
Adds the version to the README since this will be displayed on the `main` branch.
Background
draft-v1.1branch has been created as a draft version of the Curb Data Specification documented in an OpenAPI format.Request