Top "Schema" questions

Schema means shape, or more generally, plan.

How to update database table schemas with NHibernate schema generation?

I'm trying to figure out how to use NHibernate configuration with mapping to update table schemas, rather than dropping and …

.net nhibernate orm fluent-nhibernate schema
XML Schema Case Insensitive Enumeration of Simple Type String

I am in need of a case insensitive string enumeration type in my XML schema (.xsd) file. I can get …

xml schema simpletype case-sensitive
Where are the schemas for XML files on an Android project?

Where are the schemas (DTD or XML schema) for the XML files used on Android like AndroidManifest.xml or the …

xml android schema dtd
GraphQL nested query definition

I'm trying to create tree-like structure for my queries, to get rid off queries like peopleList, peopleSingle, peopleEdit, peopleAdd, peopleDelete …

javascript schema graphql graphql-js
How should I visualize the structure of my code?

I have an application written in Java. In is stored in several files. It uses different classes with different methods. …

java schema uml code-structure code-visualization
How does one represent MongoDB GeoJSON fields in a Mongoose Schema?

MongoDB 2.4 allows the use of GeoJSON objects and a slew of neat functions and indexes that I'd like to use. …

mongodb schema mongoose geospatial geojson
What version numbering scheme to use?

I'm looking for a version numbering scheme that expresses the extent of change, especially compatiblity. Apache APR, for example, use …

schema versioning maven
Should a RESTful API have a schema?

I was told recently that a proper RESTful API should define a schema for the resources representations it accepts and …

rest xsd schema jsonschema
JPA - EclipseLink - How to change default schema

I'm programming a web application using weblogic and oracle. the datasource is configured through JNDI, with a restricted database user …

java oracle jpa schema eclipselink
How to validate structure (or schema) of dictionary in Python?

I have a dictionary with config info: my_conf = { 'version': 1, 'info': { 'conf_one': 2.5, 'conf_two': 'foo', 'conf_three': False, 'optional_…

python validation dictionary schema config