Sha256: d968cb35fb869864909e57bc40c298a378694563361a7c0d733177d8b2aae374

Contents?: true

Size: 855 Bytes

Versions: 7

Compression:

Stored size: 855 Bytes

Contents

---
_class: Expressir::Model::Repository
schemas:
- _class: Expressir::Model::Schema
  file: original/examples/syntax/single.exp
  id: single_schema
  version:
    _class: Expressir::Model::SchemaVersion
    value: version
  entities:
  - _class: Expressir::Model::Entity
    id: empty_entity
    source: |-
      ENTITY empty_entity;
      END_ENTITY;
  - _class: Expressir::Model::Entity
    id: subtype_empty_entity
    subtype_of:
    - _class: Expressir::Model::Expressions::SimpleReference
      id: empty_entity
      base_path: single_schema.empty_entity
    source: |-
      ENTITY subtype_empty_entity
        SUBTYPE OF (empty_entity);
      END_ENTITY;
  source: |-
    SCHEMA single_schema 'version';

    ENTITY empty_entity;
    END_ENTITY;

    ENTITY subtype_empty_entity
      SUBTYPE OF (empty_entity);
    END_ENTITY;

    END_SCHEMA;

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
expressir-0.2.27 original/examples/syntax/single_formatted.yaml
expressir-0.2.27-x86_64-linux original/examples/syntax/single_formatted.yaml
expressir-0.2.27-x86_64-darwin original/examples/syntax/single_formatted.yaml
expressir-0.2.27-x86-mingw32 original/examples/syntax/single_formatted.yaml
expressir-0.2.27-x86-linux original/examples/syntax/single_formatted.yaml
expressir-0.2.27-x64-mingw32 original/examples/syntax/single_formatted.yaml
expressir-0.2.27-arm64-darwin original/examples/syntax/single_formatted.yaml